Class CfgUtil.IsCall<E>

  • All Implemented Interfaces:
    com.google.common.base.Predicate<E>, java.util.function.Predicate<E>
    Enclosing class:
    CfgUtil

    protected static class CfgUtil.IsCall<E>
    extends java.lang.Object
    implements com.google.common.base.Predicate<E>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Cfg<E,​?> cfg  
    • Constructor Summary

      Constructors 
      Constructor Description
      IsCall​(Cfg<E,​?> cfg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(E input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Field Detail

      • cfg

        protected Cfg<E,​?> cfg
    • Constructor Detail

      • IsCall

        public IsCall​(Cfg<E,​?> cfg)
    • Method Detail

      • apply

        public boolean apply​(E input)
        Specified by:
        apply in interface com.google.common.base.Predicate<E>