Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0SDK-beta
-
None
Description
For situations where an interface is generically typed (e.g. FSIndex<T>), the generic spec for methods like select should have a param like <N extends T>, not <N extends FeatureStructure>. This allows better automation for types while using these forms in user code. Do a review of the generic specs and update where needed.