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>>