Interface ArrayOperators.In.InBuilder
- Enclosing class:
ArrayOperators.In
public static interface ArrayOperators.In.InBuilder
- Since:
- 2.2
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptioncontainsValue(Object value) Set the value to check for existence in the array.
-
Method Details
-
containsValue
Set the value to check for existence in the array.- Parameters:
value- must not be value.- Returns:
- new instance of
ArrayOperators.In.
-