Class Graph.Edge$

java.lang.Object
com.xebialabs.xlrelease.utils.Graph.Edge$
All Implemented Interfaces:
Serializable
Enclosing class:
Graph<A>

public static class Graph.Edge$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

      public static final Graph.Edge$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Edge$

      public Edge$()
  • Method Details

    • apply

      public <A> Graph.Edge<A> apply(scala.Tuple2<A,A> edge)
    • apply

      public <A> Graph.Edge<A> apply(A from, A to)
    • unapply

      public <A> scala.Option<scala.Tuple2<A,A>> unapply(Graph.Edge<A> x$0)