Uses of Class
com.couchbase.client.core.util.SingleStateful
Package | Description |
---|---|
com.couchbase.client.core.util |
-
Uses of SingleStateful in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return SingleStateful Modifier and Type Method Description static <S> SingleStateful<S>
SingleStateful. fromInitial(S initialState)
Creates a new stateful component with an initial state.static <S> SingleStateful<S>
SingleStateful. fromInitial(S initialState, BiConsumer<S,S> beforeTransitionCallback)
Creates a new stateful component with an initial state.