Package com.github.tonivade.purefun.type
Interface EitherOf<L,R>
- All Known Subinterfaces:
Either<L,R>
- All Known Implementing Classes:
Either.Left,Either.Right
@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor")
public sealed interface EitherOf<L,R>
extends Kind<Either<L,?>,R>
permits Either<L,R>
-
Method Summary
Static Methods
-
Method Details
-
toEither
-