given_Conversion_Any_Any_UnprefixedAttribute

org.specs2.xml.Nodex.given_Conversion_Any_Any_UnprefixedAttribute
object given_Conversion_Any_Any_UnprefixedAttribute extends Conversion[(Any, Any), UnprefixedAttribute]

Attributes

Returns

an unprefixed attribute from pair

Graph
Supertypes
class Conversion[(Any, Any), UnprefixedAttribute]
trait ((Any, Any)) => UnprefixedAttribute
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Convert value x of type T to type U

Convert value x of type T to type U

Attributes

Inherited methods

def andThen[A](g: UnprefixedAttribute => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => (Any, Any)): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Extensions

Inherited extensions

extension (x: (Any, Any))
def convert: U

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

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

Attributes

Inherited from:
Conversion