Uses of Interface
com.guinetik.corefun.SafeCallable
Packages that use SafeCallable
-
Uses of SafeCallable in com.guinetik.corefun
Methods in com.guinetik.corefun that return SafeCallableModifier and TypeMethodDescriptionstatic <T> SafeCallable<T>Creates a SafeCallable from a standard Callable.static <T> SafeCallable<T>SafeCallable.of(T value) Creates a SafeCallable that always returns the given value.