combine<R, B> abstract method

SReadOnlyState<R> combine<R, B>(
  1. SBaseState<B> other,
  2. SCombinerSingleFunction<R, T, B> transformer
)

Implementation

SReadOnlyState<R> combine<R, B>(SBaseState<B> other, SCombinerSingleFunction<R, T, B> transformer);