object ScalaMapBinder
- Alphabetic
- By Inheritance
- ScalaMapBinder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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. - final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()