MathActivity

An activity that computes an arithmetic expression using the message's attributes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the attribute that contains the result of the math operation.

Link copied to clipboard

An expression that uses one or more existing attributes and must return an integer value.

Link copied to clipboard

The name of the math activity.

Link copied to clipboard
val next: String?

The next activity in the pipeline.

Functions

Link copied to clipboard
inline fun copy(block: MathActivity.Builder.() -> Unit = {}): MathActivity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String