Class ModuleOfClassPredicate<T>

java.lang.Object
com.atlassian.plugin.predicate.ModuleOfClassPredicate<T>
All Implemented Interfaces:
Predicate<ModuleDescriptor<T>>

public class ModuleOfClassPredicate<T> extends Object implements Predicate<ModuleDescriptor<T>>
A Predicate that matches modules that are is an instance of the given Class.