Uses of Interface
sk.softec.util.Try
-
Uses of Try in sk.softec.util
Classes in sk.softec.util that implement TryModifier and TypeClassDescriptionstatic final recordTry.Er<R,E> ATrythat is errorstatic final recordTry.Ok<R,E> ATrythat is successMethods in sk.softec.util that return TryModifier and TypeMethodDescriptionInvokes the specified block and returns thisInvokes the specified block if this Try isTry.Erand returns thisInvokes the specified block if this Try isTry.Okand returns thisTry.runTry(sk.softec.util.ThrowingRunnable block) Try.runTry(sk.softec.util.ThrowingSupplier<T> block) Method parameters in sk.softec.util with type arguments of type Try