Uses of Interface
org.reactfx.InputHandler
-
Packages that use InputHandler Package Description org.reactfx -
-
Uses of InputHandler in org.reactfx
Fields in org.reactfx declared as InputHandler Modifier and Type Field Description private InputHandler[]
StateStream. inputHandlers
Fields in org.reactfx with type parameters of type InputHandler Modifier and Type Field Description private java.util.List<InputHandler>
StatefulStream. inputHandlers
private java.util.function.Function<java.util.function.Consumer<java.util.function.Function<S,TGT>>,InputHandler>
InputHandlerBuilder. inputSubscriberProvider
Methods in org.reactfx that return InputHandler Modifier and Type Method Description InputHandler
InputHandlerBuilder. build(java.util.function.Consumer<java.util.function.Function<S,TGT>> c)
-