Uses of Class
com.vladris.maki.Either
-
Packages that use Either Package Description com.vladris.maki -
-
Uses of Either in com.vladris.maki
Methods in com.vladris.maki that return Either Modifier and Type Method Description static <TLeft,TRight>
Either<TLeft,TRight>Either. makeLeft(TLeft left)
Creates a new Either explicitly placing the item in the Left component.static <TLeft,TRight>
Either<TLeft,TRight>Either. makeRight(TRight right)
Creates a new Either explicitly placing the item in the Right component.
-