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