the session to diff against this session when computing MPA
options for computing MPA
Optional
excludemeat values to exclude when calculating specific portions of the MPA
Optional
item?: numberOptional
meat?: numberOptional
isa function to compute if an item is considered an outlier. By default, no items are outliers
a function to compute the meat value of a given item
an analysis of the effective MPA for the given session
Subtract the contents of another session from this one, removing any items that have a resulting quantity of 0 (this will ignore elements in b but not in a)
the session from which to pull values to remove from this session
a new session representing the difference between this session and the other session
Value this session
a function that, when given an item, will give a meat value of the item
ItemResult with the full value of this session given the input function
Static
addStatic
computeMPAthe base session to use when computing MPA
the full session to use when computing MPA
options for computing MPA
Optional
excludemeat values to exclude when calculating specific portions of the MPA
Optional
item?: numberOptional
meat?: numberOptional
isa function to compute if an item is considered an outlier. By default, no items are outliers
a function to compute the meat value of a given item
an analysis of the effective MPA for the given session
Static
currentStatic
diffStatic
fromStatic
get
A wrapper around tracking items and meat gained from this session Smartly handles foldables being added/removed based on their state Provides operations to add sessions and subtract Sessions so you can isolate the value of each Session using a baseline
Member
meat the raw meat associated with this Session
Member
items a map representing the items gained/lost during this Session