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