
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() |
andThenvoid accept(int t)
accept in interface IntConsumerdefault IntStream.Builder add(int t)
IntStream build()
Copyright © 2018. All rights reserved.