Package mariadbcdc.binlog.reader.io
Class Either<L,R>
- java.lang.Object
-
- mariadbcdc.binlog.reader.io.Either<L,R>
-
- Direct Known Subclasses:
Either.Left,Either.Right
public abstract class Either<L,R> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEither.Left<L,R>static classEither.Right<L,R>
-
Constructor Summary
Constructors Constructor Description Either()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LgetLeft()RgetRight()booleanisLeft()booleanisRight()static <L,R>
Either<L,R>left(L value)static <L,R>
Either<L,R>right(R value)
-