RuleDescription

data class RuleDescription(val function: Function<Any>, val type: RuleType)

Constructors

Link copied to clipboard
constructor(function: Function<Any>, type: RuleType)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String