Modifier and Type | Method and Description |
---|---|
default <R> R |
EmeticStream.collect(CheckedSupplier<R,?> supplier,
CheckedBiConsumer<R,? super T,?> accumulator,
CheckedBiConsumer<R,R,?> combiner) |
static <T> T |
Exceptional.get(CheckedSupplier<T,?> supplier)
|
static <T> Supplier<T> |
Exceptional.uncheckSupplier(CheckedSupplier<T,?> supplier)
Convert a
CheckedSupplier into an unchecked Supplier . |
Copyright © 2016–2018 earcam. All rights reserved.