Package net.md_5.bungee.protocol
Class Either<L,R>
- java.lang.Object
-
- net.md_5.bungee.protocol.Either<L,R>
-
public final class Either<L,R> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LgetLeft()LgetLeftOrCompute(Function<R,L> function)RgetRight()RgetRightOrCompute(Function<L,R> function)inthashCode()booleanisLeft()booleanisRight()static <L,R>
Either<L,R>left(L left)static <L,R>
Either<L,R>right(R right)StringtoString()
-