java.lang.Object
org.opensearch.client.util.Union3<A,B,C>
public class Union3<A,B,C>
extends java.lang.Object
-
Nested Class Summary
Nested Classes
| Modifier and Type |
Class |
Description |
static class |
Union3.Tag |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
A |
a() |
|
B |
b() |
|
C |
c() |
|
static <A,
B,
C> Union3<A,B,C> |
ofA(A value) |
|
static <A,
B,
C> Union3<A,B,C> |
ofB(B value) |
|
static <A,
B,
C> Union3<A,B,C> |
ofC(C value) |
|
Union3.Tag |
tag() |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
public static <A,
B,
C> Union3<A,B,C> ofA(
A value)
-
public static <A,
B,
C> Union3<A,B,C> ofB(
B value)
-
public static <A,
B,
C> Union3<A,B,C> ofC(
C value)
-
-
-
-