ConditionalAction

Author

rossetti

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var id: Int
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun action()
Link copied to clipboard
open operator override fun compareTo(other: ConditionalAction): Int

Returns a negative integer, zero, or a positive integer if this object is less than, equal to, or greater than the specified object.

Link copied to clipboard
abstract fun testCondition(): Boolean