Package com.nexomc.nexo.utils
Class Either.Right
-
- All Implemented Interfaces:
public final class Either.Right<B extends Object> extends Either<Nothing, B>
-
-
Constructor Summary
Constructors Constructor Description Either.Right(B value)
-