Uses of Class
org.logdoc.fairhttp.service.tools.Either
-
Packages that use Either Package Description org.logdoc.fairhttp.service.tools -
-
Uses of Either in org.logdoc.fairhttp.service.tools
Methods in org.logdoc.fairhttp.service.tools that return Either Modifier and Type Method Description static <L,R>
Either<L,R>Either. Left(L value)static <L,R>
Either<L,R>Either. Right(R value)
-