Collection

org.hungerford.generic.schema.validator.Collection$
See theCollection companion trait
object Collection

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object string extends Collection[String]

Attributes

Graph
Supertypes
trait Collection[String]
class Object
trait Matchable
class Any
Self type
string.type

Types

type Aux[Col, T] = Collection[Col] { type OfType = T; }

Value members

Concrete methods

transparent inline def apply[Col : Collection]: Collection[Col]

Givens

Givens

given array[T]: array[T]
given iterable[T, Col <: Iterable[T]]: iterable[T, Col]
given string: string.type