Class TransportAnalyzeAction.DeferredTokenFilterRegistry

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.String,​TokenFilterFactory>
    Enclosing class:
    TransportAnalyzeAction

    public static class TransportAnalyzeAction.DeferredTokenFilterRegistry
    extends java.lang.Object
    implements java.util.function.Function<java.lang.String,​TokenFilterFactory>
    • Method Summary

      Modifier and Type Method Description
      TokenFilterFactory apply​(java.lang.String s)  
      • 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.Function

        andThen, compose