| FactCollection Methods |
| Name | Description | |
|---|---|---|
| AddOrUpdateT(String, T) |
Adds new or updates existing fact value.
| |
| AddOrUpdateT(String, FuncT, FuncString, T) |
Adds new or updates existing fact value.
| |
| GetOrDefault(String, Object) |
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
| |
| GetOrDefaultT(String, FuncT) |
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
| |
| GetOrDefaultT(String, T) |
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
|