Click or drag to resize
FactCollection Methods
Methods
  NameDescription
Public methodAddOrUpdateT(String, T)
Adds new or updates existing fact value.
Public methodAddOrUpdateT(String, FuncT, FuncString, T)
Adds new or updates existing fact value.
Public methodGetOrDefault(String, Object)
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
Public methodGetOrDefaultT(String, FuncT)
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
Public methodGetOrDefaultT(String, T)
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
Top
See Also