Class Functions.EmptyLongConsumer

java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.EmptyLongConsumer
All Implemented Interfaces:
LongConsumer
Enclosing class:
Functions

static final class Functions.EmptyLongConsumer extends Object implements LongConsumer
  • Constructor Details

    • EmptyLongConsumer

      EmptyLongConsumer()
  • Method Details

    • 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