combines<R> abstract method

SReadOnlyState<R> combines<R>(
  1. List<SBaseState> others,
  2. SCombinerMultipleFunction<R, dynamic> combiner
)

Implementation

SReadOnlyState<R> combines<R>(List<SBaseState> others, SCombinerMultipleFunction<R, dynamic> combiner);