Class

com.lkroll.roll20.core.AutocalcExprs

Ability

Related Doc: package AutocalcExprs

Permalink

case class Ability[T](name: String) extends AbilityAccessVariant[T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AbilityAccessVariant[T], AutocalcExpression[T], Renderable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ability
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbilityAccessVariant
  7. AutocalcExpression
  8. Renderable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ability(name: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(other: ArithmeticExpression[T])(implicit n: Numeric[T]): ModExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  4. def %(other: AutocalcExpression[T])(implicit n: Numeric[T]): ModExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  5. def *(other: ArithmeticExpression[T])(implicit n: Numeric[T]): MultExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  6. def *(other: AutocalcExpression[T])(implicit n: Numeric[T]): MultExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  7. def +(other: ArithmeticExpression[T])(implicit n: Numeric[T]): PlusExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  8. def +(other: AutocalcExpression[T])(implicit n: Numeric[T]): PlusExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  9. def -(other: ArithmeticExpression[T])(implicit n: Numeric[T]): MinusExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  10. def -(other: AutocalcExpression[T])(implicit n: Numeric[T]): MinusExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  11. def /(other: ArithmeticExpression[T])(implicit n: Numeric[T]): DivExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  12. def /(other: AutocalcExpression[T])(implicit n: Numeric[T]): DivExpr[T]

    Permalink
    Definition Classes
    AutocalcExpression
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def as[C]: AutocalcExpression[C]

    Permalink
    Definition Classes
    AutocalcExpression
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def forCharacter(characterName: String): AutocalcExpression[T]

    Permalink
    Definition Classes
    AutocalcExpression
  19. def forSelected(): AutocalcExpression[T]

    Permalink
    Definition Classes
    AutocalcExpression
  20. def forTarget(targetName: String): AutocalcExpression[T]

    Permalink
    Definition Classes
    AutocalcExpression
  21. def forTarget(): AutocalcExpression[T]

    Permalink
    Definition Classes
    AutocalcExpression
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val name: String

    Permalink
    Definition Classes
    AbilityAbilityAccessVariant
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def render: String

    Permalink
    Definition Classes
    AbilityRenderable
  29. def replaceQuery[QT](replacement: QueryReplacer[QT]): AutocalcExpression[T]

    Permalink
  30. def selected: SelectedAbilityAccess[Nothing]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def target(t: String): TargetedAbilityAccess[Nothing]

    Permalink
  33. def target: TargetedAbilityAccess[Nothing]

    Permalink
  34. def transformForAccess(f: AccessTransformer): AutocalcExpression[T]

    Permalink
    Definition Classes
    AbilityAutocalcExpression
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbilityAccessVariant[T]

Inherited from AutocalcExpression[T]

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped