FromValueRule<FACT extends Object, VALUE extends Object> class

Succeeds when value is not null.

Inheritance

Constructors

FromValueRule(FACT fact, VALUE? valueGenerator(FACT fact))
const

Properties

fact → FACT
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueGenerator → VALUE? Function(FACT fact)
final

Methods

apply() RuleResponse<VALUE>
An alias for the execute function.
inherited
build() Rule<FACT, VALUE>
override
execute() RuleResponse<VALUE>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited