Class SerializerPDA.SerializerPDAIsAssignedAction

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

    public static class SerializerPDA.SerializerPDAIsAssignedAction
    extends java.lang.Object
    implements com.google.common.base.Predicate<ISerState>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(ISerState 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
    • Constructor Detail

      • SerializerPDAIsAssignedAction

        public SerializerPDAIsAssignedAction()
    • Method Detail

      • apply

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