SCombinerSingleFunction<R, T, B> typedef
SCombinerSingleFunction<R, T, B> =
R Function(T current, B other)
Implementation
typedef SCombinerSingleFunction<R, T, B> = R Function(T current, B other);