IsKeyword_From_Unit

given IsKeyword_From_Unit[FromCollection <: IterableOnce[_]]: IsKeyword[From[FromCollection], Unit]

Value members

Inherited methods

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