combine<R, B> abstract method
SReadOnlyState<R>
combine<R, B>(
- SBaseState<
B> other, - SCombinerSingleFunction<
R, T, B> transformer
Implementation
SReadOnlyState<R> combine<R, B>(SBaseState<B> other, SCombinerSingleFunction<R, T, B> transformer);