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<?>>
    • Method Summary

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

      • apply

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