Package org.reactfx
Interface StateMachine.StatefulStreamBuilderOn<S,O,I>
- All Known Implementing Classes:
StatefulStreamBuilderOnImpl
- Enclosing class:
StateMachine
public static interface StateMachine.StatefulStreamBuilderOn<S,O,I>
-
Method Summary
-
Method Details
-
transition
-
emit
-
transmit
StateMachine.StatefulStreamBuilder<S,O> transmit(BiFunction<? super S, ? super I, Tuple2<S, Optional<O>>> f)
-