static class MergeRuleUtils.Option.Some<T> extends MergeRuleUtils.Option<T>
MergeRuleUtils.Option.None<T>, MergeRuleUtils.Option.Some<T>| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Returns the value of this object if is a Some; otherwise, an
exception is thrown.
|
equals, isSomeprivate T value
public Some(T value)
public T getValue()
MergeRuleUtils.OptiongetValue in class MergeRuleUtils.Option<T>