Chain another predicate with AND operator.
If field
is not provided, it will continue to use the current value
as the subject of the predicate.
If clazz
is provided, it will check if the field is an instance of the class or not first before
applying the predicate, saving you from an extra type check before this call.
The type of the field.
Chainable predicate object.
Chain another predicate with OR operator.
If field
is not provided, it will continue to use the current value
as the subject of the predicate.
If clazz
is provided, it will check if the field is an instance of the class or not first before
applying the predicate, saving you from an extra type check before this call.
The type of the field.
Chainable predicate object.
Apply the predicate to a value.
The value to test.
true
if the value satisfies the predicate, otherwise false
.
Initial chainable predicate object.