EngineResult

erules.core.EngineResult
See theEngineResult companion object
case class EngineResult[T](data: T, verdict: RuleResultsInterpreterVerdict[T]) extends Serializable

Describes the engine output.

Attributes

T

Data type

data

Data used for the evaluation

verdict

Final engine verdict, the decision taken by then interpreter using the report.

Companion:
object
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product