Package hiiragi283.core.api.util
Class EitherKt
-
- All Implemented Interfaces:
public final class EitherKt
-
-
Method Summary
Modifier and Type Method Description final static <L extends Any> LleftOrNull(Either<L, ?> $self)final static <R extends Any> RrightOrNull(Either<?, R> $self)final static <U extends Any> Uunwrap(Either<out U, out U> $self)-
-
Method Detail
-
leftOrNull
final static <L extends Any> L leftOrNull(Either<L, ?> $self)
-
rightOrNull
final static <R extends Any> R rightOrNull(Either<?, R> $self)
-
-
-
-