Class ConjunctionModuleDescriptorPredicate<T>

  • All Implemented Interfaces:
    com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>, Predicate<com.atlassian.plugin.ModuleDescriptor<T>>

    @Deprecated
    public class ConjunctionModuleDescriptorPredicate<T>
    extends Object
    implements com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>, Predicate<com.atlassian.plugin.ModuleDescriptor<T>>
    Deprecated.
    since 7.0 as it implements deprecated interface, use Predicate.and(Predicate) instead.
    • Constructor Detail

      • ConjunctionModuleDescriptorPredicate

        public ConjunctionModuleDescriptorPredicate()
        Deprecated.
    • Method Detail

      • matches

        public boolean matches​(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
        Deprecated.
        Specified by:
        matches in interface com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
      • test

        public boolean test​(com.atlassian.plugin.ModuleDescriptor<T> moduleDescriptor)
        Deprecated.
        Specified by:
        test in interface Predicate<T>