reversed

object reversed extends Attr

This Boolean attribute specifies that the items of the list are specified in reversed order.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]
Inherited from
Attr

Value members

Concrete methods

@inline
def :=(v: Boolean): AttrPair[_reversed_attr]
@inline
def :=(v: Option[Boolean]): OptionalAttrPair[_reversed_attr]

Implicits

Implicits

@inline
implicit def boolToPairolApplied(attrObj: reversed): AttrPair[tag]
@inline
implicit def boolToPairstarApplied(attrObj: reversed): AttrPair[tag]