Verwendungen von Klasse
de.s42.base.functional.Either
-
Verwendungen von Either in de.s42.base.functional
Modifizierer und TypMethodeBeschreibungstatic <FirstType,
SecondType>
Either<FirstType, SecondType> Either.ofEither
(FirstType first, SecondType second) Create an Either with one of the given values being non null.static <FirstType,
SecondType>
Either<FirstType, SecondType> Either.ofFirst
(FirstType first) Create an Either with first.static <FirstType,
SecondType>
Either<FirstType, SecondType> Either.ofSecond
(SecondType second) Create an Either with second.