public final class Oneof2<FST,SND> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static <FST,SND> Oneof2<FST,SND> |
first(FST first) |
FST |
getFirst() |
SND |
getSecond() |
int |
hashCode() |
boolean |
isFirst() |
boolean |
isSecond() |
static <FST,SND> Oneof2<FST,SND> |
second(SND second) |
String |
toString() |
Copyright © 2019 Red Hat. All rights reserved.