Class IncludeTypePredicate
java.lang.Object
org.gcube.data.access.storagehub.predicates.IncludeTypePredicate
- All Implemented Interfaces:
java.util.function.Predicate<Class<? extends org.gcube.common.storagehub.model.items.RootItem>>,ItemTypePredicate
-
Constructor Summary
ConstructorsConstructorDescriptionIncludeTypePredicate(Class<? extends org.gcube.common.storagehub.model.items.RootItem> clazz) IncludeTypePredicate(List<Class<? extends org.gcube.common.storagehub.model.items.RootItem>> classes) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Predicate
and, negate, or
-
Constructor Details
-
IncludeTypePredicate
-
IncludeTypePredicate
public IncludeTypePredicate(Class<? extends org.gcube.common.storagehub.model.items.RootItem> clazz)
-
-
Method Details
-
test
-