Package com.xebialabs.xlrelease.utils
Class Graph.Edge$
java.lang.Object
com.xebialabs.xlrelease.utils.Graph.Edge$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Graph.Edge$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A> Graph.Edge<A>
apply
(A from, A to) <A> Graph.Edge<A>
apply
(scala.Tuple2<A, A> edge) <A> scala.Option<scala.Tuple2<A,
A>> unapply
(Graph.Edge<A> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Edge$
public Edge$()
-
-
Method Details
-
apply
-
apply
-
unapply
-