Class MapMathContext

java.lang.Object
me.datafox.dfxengine.values.api.operation.MathContext
me.datafox.dfxengine.values.api.operation.MapMathContext

public class MapMathContext extends MathContext
Context used when applying Operations on ValueMaps. In addition to the options in MathContext, createNonExistingAs() determines a Numeral value that is used as the default input Numeral when a Handle key is requested that is not present in the map. A null value represents that these Handles should be ignored instead. It is set to null by default.
  • Constructor Details

    • MapMathContext

      public MapMathContext()
  • Method Details

    • createNonExistingAs

      public Numeral createNonExistingAs()
      Returns:
      Numeral to be used as an input if a Handle key is requested that is not present in the ValueMap, or null if these Handles should be ignored instead
    • defaults

      public static MapMathContext defaults()
      Returns:
      MapMathContext with default values