1010Data Insights Platform .NET SDK
|
Visitor pattern dispatcher for functions. More...
Additional Inherited Members | |
![]() | |
virtual Result | Compute (TOfInt i) |
Computes a value based on a TOfInt. More... | |
virtual Result | Compute (TOfLong l) |
Computes a value based on a TOfLong. More... | |
virtual Result | Compute (TOfInt128 q) |
Computes a value based on a TOfInt128. More... | |
virtual Result | Compute (TOfDouble d) |
Computes a value based on a TOfDouble. More... | |
virtual Result | Compute (TOfString s) |
Computes a value based on a TOfString. More... | |
![]() | |
virtual Result | GenericDefault (T v) |
Convenience default computation. More... | |
Visitor pattern dispatcher for functions.
Subclass this with whatever you want your visitor to do.