IsKeyword_WithFilter_UpstreamValue

given IsKeyword_WithFilter_UpstreamValue[UpstreamKeyword, UpstreamValue]: IsKeyword[WithFilter[UpstreamKeyword, UpstreamValue], UpstreamValue]

Value members

Inherited methods

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