Package org.organicdesign.fp.type
Some ideas for runtime types. This is fairly experimental and could change. Feedback would be appreciated. I'm considering storing types in Class[] for performance but everyone has to trust everyone else never to modify one of those arrays. I ended up using ImList instead so that no trust is needed.
-
Class Summary Class Description RuntimeTypes Stores the classes from the compile-time generic type parameters in a vector in the *same order* as the generics in the type signature of that class.