Open Issues Need Help
View All on GitHub Support hierarchy and wildcard for events with type params about 1 year ago
enhancement help wanted
Infer TypeToken from object. about 1 year ago
AI Summary: Implement a utility function within the Kiwi Java library that infers the generic type parameter `A` from an instance of the `Box<A>` record. The function should accept a `Box<?>` object and return a `TypeToken<A>` representing the inferred type.
Complexity:
4/5
enhancement good first issue