static class JoinRuleUtils.Option.Some<T> extends JoinRuleUtils.Option<T>
JoinRuleUtils.Option.None<T>, JoinRuleUtils.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.
|
isSomeprivate T value
public Some(T value)
public T getValue()
JoinRuleUtils.OptiongetValue in class JoinRuleUtils.Option<T>