orElse

boolean orElse(boolean value)

Gets the value of this tri-state.If the value is DEFAULT then use the supplied value.

Return

the value of the tri-state or the supplied value if DEFAULT.

Parameters

value

the value to fallback to

Sources

jvm source
Link copied to clipboard