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.
|
isSome
private T value
public Some(T value)
public T getValue()
JoinRuleUtils.Option
getValue
in class JoinRuleUtils.Option<T>