IsKeywordSubtype_FromCollection_From_Unit

given IsKeywordSubtype_FromCollection_From_Unit[FromCollection <: IterableOnce[_]]: IsKeywordSubtype[FromCollection, From[FromCollection], Unit]

Value members

Inherited methods

@unspecialized
def andThen[A](g: From[FromCollection] => A): FromCollection => A
Inherited from
Function1
def apply(from: FromCollection): From[FromCollection]
Inherited from
IsKeywordSubtype
@unspecialized
def compose[A](g: A => FromCollection): A => From[FromCollection]
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1