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 java.lang.Object implements LongConsumer
-
-
Constructor Summary
Constructors Constructor Description EmptyLongConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(long v)
Consume a primitive long input.
-
-
-
Method Detail
-
accept
public void accept(long v)
Description copied from interface:LongConsumer
Consume a primitive long input.- Specified by:
accept
in interfaceLongConsumer
- Parameters:
v
- the primitive long value
-
-