- defaultIfFound(Argument<T>, T, T, T) - Static method in class org.dishevelled.venn.tools.AbstractVennRunnable
-
Default to the specified default value if the argument was found and has a null
value or if the value matches either of value0 or value1.
- defaultIfFound(Argument<T>, T, T, T, T) - Static method in class org.dishevelled.venn.tools.AbstractVennRunnable
-
Default to the specified default value if the argument was found and has a null
value or if the value matches either of value0, value1,
or value2.
- defaultIfFound(Argument<T>, T, T, T, T, T) - Static method in class org.dishevelled.venn.tools.AbstractVennRunnable
-
Default to the specified default value if the argument was found and has a null
value or if the value matches either of value0, value1,
value2, or value3.