given_Conversion_Any_Any_UnprefixedAttribute

object given_Conversion_Any_Any_UnprefixedAttribute extends Conversion[(Any, Any), UnprefixedAttribute]
Returns:

an unprefixed attribute from pair

class Conversion[(Any, Any), UnprefixedAttribute]
trait ((Any, Any)) => UnprefixedAttribute
class Object
trait Matchable
class Any

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