Class

com.lkroll.roll20.core

RollField

Related Doc: package core

Permalink

case class RollField[T](ctx: RenderingContext, attr: String, formula: RollExpression[T])(implicit evidence$3: Numeric[T]) extends FieldLike[RollExpression[T]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, FieldLike[RollExpression[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RollField
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FieldLike
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RollField(ctx: RenderingContext, attr: String, formula: RollExpression[T])(implicit arg0: Numeric[T])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accessor(rowId: String): String

    Permalink
    Definition Classes
    FieldLike
  5. def accessor: String

    Permalink
    Definition Classes
    FieldLike
  6. def arith()(implicit n: Numeric[RollExpression[T]], labelFields: LabelFields): ArithmeticExpression[RollExpression[T]]

    Permalink
    Definition Classes
    FieldLike
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val attr: String

    Permalink
    Definition Classes
    RollFieldFieldLike
  9. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    FieldLike
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. val ctx: RenderingContext

    Permalink
    Definition Classes
    RollFieldFieldLike
  12. def editable(): Boolean

    Permalink
    Definition Classes
    RollFieldFieldLike
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    FieldLike → AnyRef → Any
  15. def expr(implicit labelFields: LabelFields): AutocalcExpression[RollExpression[T]]

    Permalink
    Definition Classes
    FieldLike
  16. val formula: RollExpression[T]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    FieldLike → AnyRef → Any
  19. def initialValue: String

    Permalink
    Definition Classes
    RollFieldFieldLike
  20. def inline: Roll

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. lazy val isMax: Boolean

    Permalink
    Definition Classes
    FieldLike
  23. def name: String

    Permalink
    Definition Classes
    RollFieldFieldLike
  24. def nameMatcher: (String) ⇒ Boolean

    Permalink
    Definition Classes
    FieldLike
  25. def nameMatcherRow(rowId: String): (String) ⇒ Boolean

    Permalink
    Definition Classes
    FieldLike
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def qualifiedAttr: String

    Permalink
    Definition Classes
    FieldLike
  30. def read(s: String): Option[RollExpression[T]]

    Permalink
    Definition Classes
    FieldLike
  31. def reader: Readable[RollExpression[T]]

    Permalink
    Definition Classes
    RollFieldFieldLike
  32. def roll: Roll

    Permalink
  33. def selector: String

    Permalink
    Definition Classes
    FieldLike
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  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 FieldLike[RollExpression[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped