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