Class Functions.Ignore<R,​T0,​T1>

  • Type Parameters:
    R - result type
    T0 - first argument type
    T1 - second argument type
    All Implemented Interfaces:
    Function<R>, Function0<R>, Function1<T0,​R>, Function2<T0,​T1,​R>
    Enclosing class:
    Functions

    private static final class Functions.Ignore<R,​T0,​T1>
    extends java.lang.Object
    implements Function0<R>, Function1<T0,​R>, Function2<T0,​T1,​R>
    Ignore.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Ignore()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      R apply()  
      R apply​(T0 p0)  
      R apply​(T0 p0, T1 p1)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait