Interface SynchronizerApi.RunGet
- All Superinterfaces:
SynchronizerApi.Fluent
- All Known Subinterfaces:
SynchronizerApi.RunGetInvoke
,SynchronizerApi.SleepRunGet
- All Known Implementing Classes:
Synchronizer
- Enclosing interface:
- SynchronizerApi
-
Method Details
-
run
Sets the givenRunnable
as the main action of the chain.- Parameters:
runnable
- the action to perform- Throws:
NullPointerException
- ifrunnable
is null
-
get
Sets the givenSupplier
as the main action of the chain.- Parameters:
getter
- the action to perform- Throws:
NullPointerException
- ifgetter
is null
-