java.util.function.Consumer<java.lang.Long>, java.util.function.LongConsumer@FunctionalInterface
public interface LongConsumer
extends java.util.function.Consumer<java.lang.Long>, java.util.function.LongConsumer
Consumer; provides methods to consume a primitive
type both as object and as primitive.Consumer| Modifier and Type | Method | Description |
|---|---|---|
default void |
accept(java.lang.Long t) |
Deprecated.
Please use the corresponding type-specific method instead.
|
default java.util.function.Consumer<java.lang.Long> |
andThen(java.util.function.Consumer<? super java.lang.Long> after) |
Deprecated.
Please use the corresponding type-specific method instead.
|
default LongConsumer |
andThen(java.util.function.LongConsumer after) |
@Deprecated default void accept(java.lang.Long t)
accept in interface java.util.function.Consumer<java.lang.Long>default LongConsumer andThen(java.util.function.LongConsumer after)
andThen in interface java.util.function.LongConsumer@Deprecated default java.util.function.Consumer<java.lang.Long> andThen(java.util.function.Consumer<? super java.lang.Long> after)
andThen in interface java.util.function.Consumer<java.lang.Long>