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