Class ToEdgesOf

  • All Implemented Interfaces:
    java.util.function.Function<org.jooq.ForeignKey<org.jooq.Record,​?>,​TreeEdge>

    public class ToEdgesOf
    extends java.lang.Object
    implements java.util.function.Function<org.jooq.ForeignKey<org.jooq.Record,​?>,​TreeEdge>
    • Constructor Summary

      Constructors 
      Constructor Description
      ToEdgesOf​(TreeNode node)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TreeEdge apply​(org.jooq.ForeignKey<org.jooq.Record,​?> foreignKey)  
      • 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

      • ToEdgesOf

        public ToEdgesOf​(TreeNode node)
    • Method Detail

      • apply

        public TreeEdge apply​(org.jooq.ForeignKey<org.jooq.Record,​?> foreignKey)
        Specified by:
        apply in interface java.util.function.Function<org.jooq.ForeignKey<org.jooq.Record,​?>,​TreeEdge>