Package com.xebialabs.xlrelease.variable
Class VariablesGraphResolver.Var$
java.lang.Object
com.xebialabs.xlrelease.variable.VariablesGraphResolver.Var$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VariablesGraphResolver
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VariablesGraphResolver.Var$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A,
V extends Variable>
VariablesGraphResolver.Var<A,V> apply
(A value, V variable, boolean resolved) final String
toString()
unapply
(VariablesGraphResolver.Var<A, V> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Var$
public Var$()
-
-
Method Details
-
toString
-
apply
public <A,V extends Variable> VariablesGraphResolver.Var<A,V> apply(A value, V variable, boolean resolved) -
unapply
public <A,V extends Variable> scala.Option<scala.Tuple3<A,V, unapplyObject>> (VariablesGraphResolver.Var<A, V> x$0)
-