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