Interface VolumePredicate<V extends Volume,T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault VolumePredicate
<V, T> and
(VolumePredicate<V, T> other) default VolumePredicate
<V, T> negate()
default VolumePredicate
<V, T> or
(VolumePredicate<V, T> other) boolean
default boolean
-
Method Details
-
test
-
test
-
and
-
negate
-
or
-