Package com.github.tonivade.purefun.type
Interface TryOf<T>
- All Known Subinterfaces:
Try<T>
- All Known Implementing Classes:
Try.Failure,Try.Success
@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor")
public sealed interface TryOf<T>
extends Kind<Try<?>,T>
permits Try<T>
-
Method Summary
Static Methods
-
Method Details
-
toTry
-