Uses of Interface
org.icij.datashare.function.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description org.icij.datashare.function -
-
Uses of ThrowingSupplier in org.icij.datashare.function
Methods in org.icij.datashare.function that return ThrowingSupplier Modifier and Type Method Description default <R> ThrowingSupplier<R>ThrowingSupplier. andThen(java.util.function.Function<? super T,? extends R> after)default <R> ThrowingSupplier<R>ThrowingSupplier. andThen(ThrowingFunction<? super T,? extends R> after)
-