Package com.couchbase.client.core.util
Class Either<L,R>
java.lang.Object
com.couchbase.client.core.util.Either<L,R>
-
Method Summary
-
Method Details
-
of
- Throws:
IllegalArgumentException
- if left and right are both null or both non-null
-
ofLeft
-
ofRight
-
left
-
right
-
ifPresent
-
toString
-