Package com.ricarvalho.livecallback.registry
Types
InputLiveCallbackRegistry
Link copied to clipboard
A lifecycle-aware registry of callbacks that correlates callbacks and its origins.
LiveCallbackRegistry
Link copied to clipboard
A lifecycle-aware registry of callbacks that correlates callbacks and its origins.
OutputLiveCallbackRegistry
Link copied to clipboard
A lifecycle-aware registry of callbacks that correlates callbacks and its origins.
SimpleLiveCallbackRegistry
Link copied to clipboard
A lifecycle-aware registry of callbacks that correlates callbacks and its origins.
TokenizedInputLiveCallbackRegistry
Link copied to clipboard
value class TokenizedInputLiveCallbackRegistry<I> : InputLiveCallbackRegistry<I> , Function2<InputCallbackToken<I>, I, Unit>
Content copied to clipboard
An auto-releasing registry of LiveCallbackContainers that correlates callbacks and its origins.
TokenizedLiveCallbackRegistry
Link copied to clipboard
value class TokenizedLiveCallbackRegistry<I, O> : LiveCallbackRegistry<I, O> , Function2<CallbackToken<I, O>, I, List<O>>
Content copied to clipboard
An auto-releasing registry of LiveCallbackContainers that correlates callbacks and its origins.
TokenizedOutputLiveCallbackRegistry
Link copied to clipboard
value class TokenizedOutputLiveCallbackRegistry<O> : OutputLiveCallbackRegistry<O> , Function1<OutputCallbackToken<O>, List<O>>
Content copied to clipboard
An auto-releasing registry of LiveCallbackContainers that correlates callbacks and its origins.
TokenizedSimpleLiveCallbackRegistry
Link copied to clipboard
value class TokenizedSimpleLiveCallbackRegistry : SimpleLiveCallbackRegistry, Function1<SimpleCallbackToken, Unit>
Content copied to clipboard
An auto-releasing registry of LiveCallbackContainers that correlates callbacks and its origins.