Package ru.tinkoff.kora.common.util
Interface Either<A,B>
- All Known Implementing Classes:
Either.Left,Either.Right
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Method Summary
-
Method Details
-
left
-
right
-
isLeft
default boolean isLeft() -
isRight
default boolean isRight() -
left
-
right
-