bind<S, T> method
Get instance of primary type T and secondary type S (not for scoped instances)
@return instance of type S
Implementation
S bind<S, T>([Qualifier? qualifier]) {
return bindWithType(T, S, emptyParameter());
}
Get instance of primary type T and secondary type S (not for scoped instances)
@return instance of type S
S bind<S, T>([Qualifier? qualifier]) {
return bindWithType(T, S, emptyParameter());
}