target abstract method
Targets this spec towards a specific type
.
This ensures type safety and explicit binding to a class type.
Implementation
Spec<T> target(Class<T> type);
Targets this spec towards a specific type
.
This ensures type safety and explicit binding to a class type.
Spec<T> target(Class<T> type);