JavaList

tinyscalautils.collection.JavaList
object JavaList

Attributes

Source
lists.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JavaList.type

Members list

Value members

Concrete methods

def of[A, C <: (List)](values: A*)(using factory: JavaListFactory[C]): C[A]

Similar to List.of but produces a mutable list.

Similar to List.of but produces a mutable list.

Attributes

Since

1.2

Source
lists.scala