public interface PUnion<Union extends PUnion<Union>> extends PMessage<Union>
| Modifier and Type | Method and Description |
|---|---|
PField<Union> |
unionField()
The user should be able to assume that this value never is null.
|
boolean |
unionFieldIsSet() |
asString, get, has, mergeWith, mutatedescriptor, get, has, toBuilder, toMessagecompareToboolean unionFieldIsSet()
unionField()
will not throw an exception.@Nonnull PField<Union> unionField()
IllegalStateException - If no field is set.Copyright © 2015–2020 morimekta.net. All rights reserved.