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

An operation in FVariantsDelta.delta that modifies FVariants using deltas.

Constructors

FVariantOperation.all(D delta)
Applies delta to all variants and base.
FVariantOperation.base(D delta)
Applies delta to the base without modifying existing variants.
FVariantOperation.exact(Set<K> constraints, D delta)
Applies delta to the base and associates the result with each constraint in constraints.
FVariantOperation.match(Set<E> variants, D delta)
Applies delta to existing variants whose constraint's variants are all present in variants.
FVariantOperation.remove(Set<K> constraints)
Removes exact constraints from existing variants.
FVariantOperation.removeAll()
Removes all existing variants.
FVariantOperation.removeMatch(Set<E> variants)
Removes existing variants whose constraint's variants are all present in variants.
FVariantOperation.variants(D delta)
Applies delta to all existing variants.

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

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