Argument.Invertible<T>
Modifier and Type | Method and Description |
---|---|
Argument.Invertible<T> |
invert()
Inverts this
Argument.Invertible argument and returns the new
Argument . |
boolean |
isInverted()
Returns whether this
Argument is inverted and will select all
targets not matching the filter. |
boolean isInverted()
Argument
is inverted and will select all
targets not matching the filter.Argument.Invertible<T> invert()
Argument.Invertible
argument and returns the new
Argument
. The new argument will select all targets this
argument didn't select.