Interface TDoubleStream.Builder
- All Superinterfaces:
DoubleConsumer
- All Known Implementing Classes:
TDoubleStreamBuilder
- Enclosing interface:
- TDoubleStream
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(double t) default TDoubleStream.Builder
add
(double t) build()
Methods inherited from interface java.util.function.DoubleConsumer
andThen
-
Method Details
-
accept
void accept(double t) - Specified by:
accept
in interfaceDoubleConsumer
-
add
-
build
TDoubleStream build()
-