FVariantsDelta<K extends FVariantConstraint, E extends FVariant, V, D extends Delta> class

Describes modifications to an FVariants in terms of deltas.

Mixed-in types
Implementers

Constructors

FVariantsDelta.delta(List<FVariantOperation<K, E, V, D>> operations)
Creates a sequence of concrete modifications to FVariants.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(covariant FVariants<K, E, V, D> variants) FVariants<K, E, V, D>
Applies this delta to the given value.
override
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