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