ArgSetBinding

fun <C : Any, A, T : Any> ArgSetBinding(    contextType: TypeToken<in C>,     argType: TypeToken<in A>,     _elementType: TypeToken<out T>,     createdType: TypeToken<out Set<T>>)

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.