IsKeyword_Using_R

Value members

Inherited methods

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