Package | Description |
---|---|
com.couchbase.client.core.util |
Modifier and Type | Method and Description |
---|---|
static <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.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.