IsKeyword_Put_Unit

given IsKeyword_Put_Unit[S]: IsKeyword[Put[S], Unit]

Value members

Inherited methods

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