Class PubSubModulePredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<tigase.server.Packet>

    @Bean(name="pubsubModulePredicate",
          parent=IMixComponent.class,
          active=true)
    public class PubSubModulePredicate
    extends java.lang.Object
    implements java.util.function.Predicate<tigase.server.Packet>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(tigase.server.Packet packet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • PubSubModulePredicate

        public PubSubModulePredicate()
    • Method Detail

      • test

        public boolean test​(tigase.server.Packet packet)
        Specified by:
        test in interface java.util.function.Predicate<tigase.server.Packet>