Class Either.Right<L,R>
java.lang.Object
io.github.resilience4j.core.functions.Either.Right<L,R>
- Type Parameters:
L- left component typeR- right component type
- All Implemented Interfaces:
Either<L,R>, Serializable
The
Right version of an Either.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Either
Either.Left<L,R>, Either.Right<L, R> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
Right
-
-
Method Details
-
get
-
getLeft
-
isLeft
-
isRight
-