BaseRedSynchronizer
|
BaseRedSynchronizer.Command
|
BaseRedSynchronizer.Command.Command0
A command of 0 result parameters
|
BaseRedSynchronizer.Command.Command1
A command of 1 result parameter
|
BaseRedSynchronizer.Command.Command10
A command of 10 result parameter
|
BaseRedSynchronizer.Command.Command2
A command of 2 result parameter
|
BaseRedSynchronizer.Command.Command3
A command of 3 result parameter
|
BaseRedSynchronizer.Command.Command4
A command of 4 result parameter
|
BaseRedSynchronizer.Command.Command5
A command of 5 result parameter
|
BaseRedSynchronizer.Command.Command6
A command of 6 result parameter
|
BaseRedSynchronizer.Command.Command7
A command of 7 result parameter
|
BaseRedSynchronizer.Command.Command8
A command of 8 result parameter
|
BaseRedSynchronizer.Command.Command9
A command of 9 result parameter
|
BaseRedSynchronizer.Command.CommandN
A command of N result parameter
|
BaseRedSynchronizer.Function
A function to be invoked with expected number of parameters,
and return the result wrapper
|
BaseRedSynchronizer.Function.Function0
A function of 0 result parameters
|
BaseRedSynchronizer.Function.Function1
A function of 1 result parameter
|
BaseRedSynchronizer.Function.Function10
A function of 10 result parameters
|
BaseRedSynchronizer.Function.Function2
A function of 2 result parameters
|
BaseRedSynchronizer.Function.Function3
A function of 3 result parameters
|
BaseRedSynchronizer.Function.Function4
A function of 4 result parameters
|
BaseRedSynchronizer.Function.Function5
A function of 5 result parameters
|
BaseRedSynchronizer.Function.Function6
A function of 6 result parameters
|
BaseRedSynchronizer.Function.Function7
A function of 7 result parameters
|
BaseRedSynchronizer.Function.Function8
A function of 8 result parameters
|
BaseRedSynchronizer.Function.Function9
A function of 9 result parameters
|
BaseRedSynchronizer.Function.FunctionN
A function of N result parameters
|
BaseRedSynchronizer.FutureTransformer
A middleware class to manipulate and transform future status.
|
BaseRedSynchronizer.FutureTransformer.Locked
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked0
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked1
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked10
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked2
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked3
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked4
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked5
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked6
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked7
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked8
|
BaseRedSynchronizer.FutureTransformer.Locked.Locked9
|
BaseRedSynchronizer.FutureTransformer.Locked.LockedN
|
BaseRedSynchronizer.FutureTransformer.Unlocked
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked0
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked1
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked10
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked2
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked3
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked4
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked5
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked6
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked7
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked8
|
BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked9
|
BaseRedSynchronizer.FutureTransformer.Unlocked.UnlockedN
|
BaseRedSynchronizer.Marker
Class Representing the void-result of an async execution, which can either
successfully complete, or fail with a Throwable
|
BaseRedSynchronizer.PendingMarker
Class representing a BaseRedSynchronizer.Marker pending the execution completion,
and can be invoked to mark either success or failure completions
|
BaseRedSynchronizer.Result
Class representing the result of an async execution, when completed
producing either a value of T or a Throwable
|
BaseRedSynchronizer.Results
Class representing the results of N different preconditions
It can be used to retrieve values of index based precondition results
|
BaseRedSynchronizer.ReturnClassifier
A middleware class to choose which kind of method the result of the calculation
is returned in.
|
BaseRedSynchronizer.ReturnClassifier.Classifier0
|
BaseRedSynchronizer.ReturnClassifier.Classifier1
|
BaseRedSynchronizer.ReturnClassifier.Classifier2
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifier10
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifier3
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifier4
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifier5
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifier6
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifier7
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifier8
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifier9
|
BaseRedSynchronizer.ReturnClassifier.ReturnClassifierN
|
BaseRedSynchronizer.Runner
A middleware class to enable calling the actual function to execute.
|
BaseRedSynchronizer.Runner.Runner0
|
BaseRedSynchronizer.Runner.Runner1
|
BaseRedSynchronizer.Runner.Runner10
|
BaseRedSynchronizer.Runner.Runner2
|
BaseRedSynchronizer.Runner.Runner3
|
BaseRedSynchronizer.Runner.Runner4
|
BaseRedSynchronizer.Runner.Runner5
|
BaseRedSynchronizer.Runner.Runner6
|
BaseRedSynchronizer.Runner.Runner7
|
BaseRedSynchronizer.Runner.Runner8
|
BaseRedSynchronizer.Runner.Runner9
|
BaseRedSynchronizer.Runner.RunnerN
|
PreconditionFailedException
Represents the indication error that will be thrown in case an
execution precondition failed.
|