Class NfaUtil.GetToken<E,​T>

  • All Implemented Interfaces:
    com.google.common.base.Function<E,​T>, java.util.function.Function<E,​T>
    Enclosing class:
    NfaUtil

    protected static class NfaUtil.GetToken<E,​T>
    extends java.lang.Object
    implements com.google.common.base.Function<E,​T>
    • Constructor Summary

      Constructors 
      Constructor Description
      GetToken​(Production<E,​T> production)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T apply​(E 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

      • GetToken

        public GetToken​(Production<E,​T> production)
    • Method Detail

      • apply

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