Uses of Class
io.openmanufacturing.sds.aspectmodel.jackson.Either
-
-
Uses of Either in io.openmanufacturing.sds.aspectmodel.jackson
Methods in io.openmanufacturing.sds.aspectmodel.jackson that return Either Modifier and Type Method Description static <L,R>
Either<L,R>Either. left(L leftValue)static <L,R>
Either<L,R>Either. right(R rightValue)
-