object ScalaMapBinder
- Alphabetic
- By Inheritance
- ScalaMapBinder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def newMapBinder[K, V](binder: Binder, kTyp: Class[K], vTyp: Class[V], annotationType: Class[_ <: Annotation])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound withannotationType
.Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound withannotationType
. Note thatkTyp
andvTyp
are ignored in favor of using the TypeTag to capture type arguments. - def newMapBinder[K, V](parentBinder: Binder, kTyp: TypeLiteral[K], vTyp: TypeLiteral[V], annotationType: Class[_ <: Annotation]): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound withannotationType
. - def newMapBinder[K, V](binder: Binder, kTyp: Class[K], vTyp: Class[V], annotation: Annotation)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound withannotation
.Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound withannotation
. Note thatkTyp
andvTyp
are ignored in favor of using the TypeTag to capture type arguments. - def newMapBinder[K, V](parentBinder: Binder, kTyp: TypeLiteral[K], vTyp: TypeLiteral[V], annotation: Annotation): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound withannotation
. - def newMapBinder[K, V](binder: Binder, kTyp: Class[K], vTyp: Class[V])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound with no binding annotation.Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound with no binding annotation. Note thatkTyp
andvTyp
are ignored in favor of using the TypeTag to capture type arguments. - def newMapBinder[K, V](parentBinder: Binder, kTyp: TypeLiteral[K], vTyp: TypeLiteral[V]): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound with no binding annotation. - def newMapBinder[K, V, Ann <: Annotation](binder: Binder)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V], arg2: ClassTag[Ann]): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound withAnn
- def newMapBinder[K, V](binder: Binder, annotation: Annotation)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound withannotation
. - def newMapBinder[K, V](binder: Binder)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[K], arg1: scala.reflect.api.JavaUniverse.TypeTag[V]): ScalaMapBinder[K, V]
Returns a new mapbinder that collects entries of
K
/V
in a scala.collection.immutable.Map that is itself bound with no binding annotation.