Interface ItemTypePredicate
- All Superinterfaces:
java.util.function.Predicate<Class<? extends org.gcube.common.storagehub.model.items.RootItem>>
- All Known Implementing Classes:
ExcludeTypePredicate,IncludeTypePredicate
public interface ItemTypePredicate
extends java.util.function.Predicate<Class<? extends org.gcube.common.storagehub.model.items.RootItem>>
-
Method Summary
Methods inherited from interface java.util.function.Predicate
and, negate, or, test