Class Either.Right<L,R>
- java.lang.Object
-
- io.streamthoughts.azkarra.api.monad.Either<L,R>
-
- io.streamthoughts.azkarra.api.monad.Either.Right<L,R>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.streamthoughts.azkarra.api.monad.Either
Either.Left<L,R>, Either.LeftProjection<L,R>, Either.Right<L,R>, Either.RightProjection<L,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLeft()
boolean
isRight()
-