Class InternalObservableUtils.PlusOneLongFunc2

  • All Implemented Interfaces:
    Func2<java.lang.Long,​java.lang.Object,​java.lang.Long>, Function
    Enclosing class:
    InternalObservableUtils

    static final class InternalObservableUtils.PlusOneLongFunc2
    extends java.lang.Object
    implements Func2<java.lang.Long,​java.lang.Object,​java.lang.Long>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long call​(java.lang.Long count, java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlusOneLongFunc2

        PlusOneLongFunc2()
    • Method Detail

      • call

        public java.lang.Long call​(java.lang.Long count,
                                   java.lang.Object o)
        Specified by:
        call in interface Func2<java.lang.Long,​java.lang.Object,​java.lang.Long>