given_Conversion_Any_Any_UnprefixedAttribute

given given_Conversion_Any_Any_UnprefixedAttribute: Conversion[(Any, Any), UnprefixedAttribute]
Returns

an unprefixed attribute from pair

Value members

Concrete methods

def apply(pair: (Any, Any)): UnprefixedAttribute

Inherited methods

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

Extensions

Inherited extensions

extension (x: T)
def convert: UnprefixedAttribute

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from
Conversion