Interface TLongStream.Builder
- All Superinterfaces:
LongConsumer
- All Known Implementing Classes:
TLongStreamBuilder
- Enclosing interface:
- TLongStream
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(long t) default TLongStream.Builder
add
(long t) build()
Methods inherited from interface java.util.function.LongConsumer
andThen
-
Method Details
-
accept
void accept(long t) - Specified by:
accept
in interfaceLongConsumer
-
add
-
build
TLongStream build()
-