Class NodeClassifier

  • All Implemented Interfaces:
    java.util.function.Function<Node,​java.lang.Class<?>>

    public class NodeClassifier
    extends java.lang.Object
    implements java.util.function.Function<Node,​java.lang.Class<?>>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NodeClassifier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.Class<?> apply​(@NotNull Node value)  
      • 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
    • Constructor Detail

      • NodeClassifier

        private NodeClassifier()
    • Method Detail

      • apply

        @NotNull
        public @NotNull java.lang.Class<?> apply​(@NotNull
                                                 @NotNull Node value)
        Specified by:
        apply in interface java.util.function.Function<Node,​java.lang.Class<?>>