trait
Modifier extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Modifier, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Modifier) ⇒ Boolean, msg: ⇒ Any): Modifier
-
def
ensuring(cond: (Modifier) ⇒ Boolean): Modifier
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Modifier
-
def
ensuring(cond: Boolean): Modifier
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
extract[B](implicit ev: Extract[Modifier, B]): List[B]
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hasMod(mod: Mod)(implicit ev: Extract[Modifier, Mod]): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parse[U](implicit convert: Convert[Modifier, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
-
def
show[Style[X] <: Show[X]](implicit style: Style[Modifier]): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
tokenize(implicit convert: Convert[Modifier, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
-
def
→[B](y: B): (Modifier, B)
Inherited from Any
Inherited by implicit conversion any2stringadd from
Modifier to any2stringadd[Modifier]
Inherited by implicit conversion StringFormat from
Modifier to StringFormat[Modifier]
Inherited by implicit conversion ArrowAssoc from
Modifier to ArrowAssoc[Modifier]