Class PdaListFormatter.ObjToStrFunction<OBJ>

  • All Implemented Interfaces:
    com.google.common.base.Function<OBJ,​java.lang.String>, java.util.function.Function<OBJ,​java.lang.String>
    Enclosing class:
    PdaListFormatter<STATE,​STACKITEM>

    protected static class PdaListFormatter.ObjToStrFunction<OBJ>
    extends java.lang.Object
    implements com.google.common.base.Function<OBJ,​java.lang.String>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ObjToStrFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(OBJ from)  
      • 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.Function

        equals
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ObjToStrFunction

        protected ObjToStrFunction()
    • Method Detail

      • apply

        public java.lang.String apply​(OBJ from)
        Specified by:
        apply in interface com.google.common.base.Function<OBJ,​java.lang.String>
        Specified by:
        apply in interface java.util.function.Function<OBJ,​java.lang.String>