Uses of Interface
org.n52.janmayen.function.ThrowingCallable
-
Packages that use ThrowingCallable Package Description org.n52.janmayen.exception -
-
Uses of ThrowingCallable in org.n52.janmayen.exception
Methods in org.n52.janmayen.exception with parameters of type ThrowingCallable Modifier and Type Method Description <T,X extends Exception>
Optional<T>CompositeException. call(ThrowingCallable<T,X> callable)<T,X extends Exception>
Supplier<Optional<T>>CompositeException. wrapCallable(ThrowingCallable<T,X> callable)
-