Package net.md_5.bungee.protocol
Class Either<L,R>
java.lang.Object
net.md_5.bungee.protocol.Either<L,R>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Either
public Either()
-
-
Method Details
-
isLeft
public boolean isLeft() -
isRight
public boolean isRight() -
left
-
right
-
getLeftOrCompute
-
getRightOrCompute
-