Uses of Interface
com.github.tonivade.purefun.type.TryOf
Packages that use TryOf
-
Uses of TryOf in com.github.tonivade.purefun.type
Subinterfaces of TryOf in com.github.tonivade.purefun.typeModifier and TypeInterfaceDescriptioninterfaceTry<T>This type represents the success or failure of a computation.Classes in com.github.tonivade.purefun.type that implement TryOfModifier and TypeClassDescriptionstatic final recordTry.Failure<T>static final recordTry.Success<T>