Package com.xebialabs.xlrelease.utils
Class ListUtils$
- java.lang.Object
-
- com.xebialabs.xlrelease.utils.ListUtils$
-
public class ListUtils$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ListUtils$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ListUtils$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> ListUtils.ScalaListUpdateInPlace<A>
ScalaListUpdateInPlace(scala.collection.immutable.List<A> list)
-
-
-
Field Detail
-
MODULE$
public static final ListUtils$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
ScalaListUpdateInPlace
public <A> ListUtils.ScalaListUpdateInPlace<A> ScalaListUpdateInPlace(scala.collection.immutable.List<A> list)
-
-