|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITypeSpecifier
Interface for specifying a type or a number of types, in terms of operations
on a ITypeResolver
.
Method Summary | ||
---|---|---|
|
select(ITypeResolver<T> resolver)
Select the type or types using operations on resolver . |
Method Detail |
---|
<T> T select(ITypeResolver<T> resolver)
resolver
.
NOTE: It is strictly forbidden to keep a reference to the given resolver (including weak references etc.) as well as any type of caching based on values returned from the resolver. Only the resolver itself is capable of determining if results may be cached.
T
- resolver
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |