Interface TIntStream.Builder
- All Superinterfaces:
IntConsumer
- All Known Implementing Classes:
TIntStreamBuilder
- Enclosing interface:
- TIntStream
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(int t) default TIntStream.Builder
add
(int t) build()
Methods inherited from interface java.util.function.IntConsumer
andThen
-
Method Details
-
accept
void accept(int t) - Specified by:
accept
in interfaceIntConsumer
-
add
-
build
TIntStream build()
-