| FactCollectionGetOrDefault Method |
| Name | Description | |
|---|---|---|
| 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.
| |
| 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, T) |
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
|