Class Either<L,R>
- java.lang.Object
-
- io.openmanufacturing.sds.aspectmodel.jackson.Either<L,R>
-
public class Either<L,R> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<L>getLeft()Optional<R>getRight()static <L,R>
Either<L,R>left(L leftValue)static <L,R>
Either<L,R>right(R rightValue)
-