Uses of Interface
org.n52.janmayen.function.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description org.n52.janmayen.exception org.n52.janmayen.function -
-
Uses of ThrowingSupplier in org.n52.janmayen.exception
Methods in org.n52.janmayen.exception with parameters of type ThrowingSupplier Modifier and Type Method Description <T,X extends Exception>
Optional<T>CompositeException. get(ThrowingSupplier<T,X> supplier)<T,X extends Exception>
Supplier<Optional<T>>CompositeException. wrapSupplier(ThrowingSupplier<T,X> supplier) -
Uses of ThrowingSupplier in org.n52.janmayen.function
Methods in org.n52.janmayen.function that return ThrowingSupplier Modifier and Type Method Description default ThrowingSupplier<R,X>ThrowingFunction. curry(T t)Create a supplier by currying the parameter.
-