Interface TLongStream.Builder
- All Known Implementing Classes:
TLongStreamBuilder
- Enclosing interface:
- TLongStream
public static interface TLongStream.Builder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept(long t)
default TLongStream.Builder
add(long t)
build()
-
Method Details
-
accept
void accept(long t) -
add
-
build
TLongStream build()
-