Class Functions.EmptyLongConsumer

  • All Implemented Interfaces:
    LongConsumer
    Enclosing class:
    Functions

    static final class Functions.EmptyLongConsumer
    extends java.lang.Object
    implements LongConsumer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(long v)
      Consume a primitive long input.
      • Methods inherited from class java.lang.Object

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

      • EmptyLongConsumer

        EmptyLongConsumer()
    • Method Detail

      • accept

        public void accept​(long v)
        Description copied from interface: LongConsumer
        Consume a primitive long input.
        Specified by:
        accept in interface LongConsumer
        Parameters:
        v - the primitive long value