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
deltato all variants and base. - FVariantOperation.base(D delta)
-
Applies
deltato the base without modifying existing variants. -
FVariantOperation.exact(Set<
K> constraints, D delta) -
Applies
deltato the base and associates the result with each constraint inconstraints. -
FVariantOperation.match(Set<
E> variants, D delta) -
Applies
deltato existing variants whose constraint's variants are all present invariants. -
FVariantOperation.remove(Set<
K> constraints) -
Removes exact
constraintsfrom 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
deltato 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