Uses of Class
com.couchbase.client.core.util.CompositeStateful
-
Uses of CompositeStateful in com.couchbase.client.core.util
Modifier and TypeMethodDescriptionstatic <T,
IN, OUT> CompositeStateful<T, IN, OUT> CompositeStateful.create
(OUT initialState, Function<Collection<IN>, OUT> transformer) Creates a new transformer with an initial state and the transform function that should be applied.static <T,
IN, OUT> CompositeStateful<T, IN, OUT> CompositeStateful.create
(OUT initialState, Function<Collection<IN>, OUT> transformer, BiConsumer<OUT, OUT> beforeTransitionCallback) Creates a new transformer with an initial state and the transform function that should be applied.