Arg Set Binding
class ArgSetBinding<C : Any, A, T : Any>( val contextType: TypeToken<in C>, val argType: TypeToken<in A>, _elementType: TypeToken<out T>, val createdType: TypeToken<out Set<T>>) : BaseMultiBinding<C, A, T>
Content copied to clipboard
Binding that holds multiple factory bindings (e.g. with argument) in a set.
Parameters
C
The context type of all bindings in the set.
A
The argument type of all bindings in the set.
T
The provided type of all bindings in the set.
Constructors
Functions
Link copied to clipboard
The full(er) name of this factory, used for debug print only.
Link copied to clipboard
The name of this factory, used for debug print only.