Uses of Class
com.identityworksllc.iiq.common.Either
- 
Packages that use Either Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development - 
- 
Uses of Either in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return Either Modifier and Type Method Description static <A> Either<A,?>Either. left(A l)Creates an Either object containing the given object on the left.static <B> Either<?,B>Either. right(B r)Creates an Either object containing the given object on the right. 
 -