Package org.midheaven.lang.reflection
Interface MirrorQuery<T>
- Type Parameters:
T- type being mirrored
- All Known Implementing Classes:
MethodMirrorQuery
public interface MirrorQuery<T>
Defines the contract for Mirror Query.
-
Method Summary
-
Method Details
-
toSequence
Returns to Sequence.- Returns:
- the result of toSequence
-