@FunctionalInterface public interface TLongConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(long value) |
default TLongConsumer |
andThen(TLongConsumer after) |
void accept(long value)
default TLongConsumer andThen(TLongConsumer after)
Copyright © 2019. All rights reserved.