public static interface DoubleStream.Builder extends DoubleConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(double t) |
default DoubleStream.Builder |
add(double t) |
DoubleStream |
build() |
andThen
void accept(double t)
accept
in interface DoubleConsumer
default DoubleStream.Builder add(double t)
DoubleStream build()
Copyright © 2018. All rights reserved.