F
- the type the operations accepts.T
- the type the callback returns.@FunctionalInterface public static interface RemoteFileOperations.OperationsCallback<F,T>
Modifier and Type | Method and Description |
---|---|
T |
doInOperations(RemoteFileOperations<F> operations)
Execute any number of operations using a dedicated remote
session as long as those operations are performed
on the template argument and on the calling thread.
|
T doInOperations(RemoteFileOperations<F> operations)
operations
- the RemoteFileOperations.