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