Class InternalObservableUtils.CollectorCaller<T,R>

java.lang.Object
rx.internal.util.InternalObservableUtils.CollectorCaller<T,R>
All Implemented Interfaces:
Func2<R,T,R>, Function
Enclosing class:
InternalObservableUtils

static final class InternalObservableUtils.CollectorCaller<T,R> extends Object implements Func2<R,T,R>
  • Field Details

    • collector

      final Action2<R,? super T> collector
  • Constructor Details

    • CollectorCaller

      public CollectorCaller(Action2<R,? super T> collector)
  • Method Details

    • call

      public R call(R state, T value)
      Specified by:
      call in interface Func2<R,T,R>