TypedCollectionTypeConstructor

slick.ast.TypedCollectionTypeConstructor$
See theTypedCollectionTypeConstructor companion class

Attributes

Companion:
class
Source:
Type.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

The standard TypedCollectionTypeConstructor for Seq

The standard TypedCollectionTypeConstructor for Seq

Attributes

Source:
Type.scala

The standard TypedCollectionTypeConstructor for Set

The standard TypedCollectionTypeConstructor for Set

Attributes

Source:
Type.scala

Implicits

Implicits

Get a TypedCollectionTypeConstructor for an Array type

Get a TypedCollectionTypeConstructor for an Array type

Attributes

Source:
Type.scala
implicit def forColl[C <: (Iterable)](implicit cbf: Factory[Any, C[Any]], tag: ClassTag[C[Any]]): TypedCollectionTypeConstructor[C]

Get a TypedCollectionTypeConstructor for an Iterable type

Get a TypedCollectionTypeConstructor for an Iterable type

Attributes

Source:
Type.scala