public static interface TDoubleStream.Builder
Modifier and Type | Method and Description |
---|---|
void |
accept(double t) |
default TDoubleStream.Builder |
add(double t) |
TDoubleStream |
build() |
void accept(double t)
default TDoubleStream.Builder add(double t)
TDoubleStream build()
Copyright © 2019. All rights reserved.