object ScalaOptionBinder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaOptionBinder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def newOptionBinder[T](parentBinder: Binder, key: Key[T]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds an instance of the type represented by key in a scala.Option.

    Returns a new optionbinder that binds an instance of the type represented by key in a scala.Option. It may or may not be bound with a binding annotation (depending on the key).

  2. def newOptionBinder[T](binder: Binder, typeLiteral: TypeLiteral[T]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds an instance of the type represented by typeLiteral in a scala.Option.

  3. def newOptionBinder[T](binder: Binder, typ: Class[T])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds typ in a scala.Option.

    Returns a new optionbinder that binds typ in a scala.Option. Note that typ is ignored in favor of using the TypeTag to capture type arguments.

  4. def newOptionBinder[T](binder: Binder, annotation: Annotation)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds an instance of T in a scala.Option that is itself bound with a binding annotation.

  5. def newOptionBinder[T, Ann <: Annotation](binder: Binder)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], arg1: ClassTag[Ann]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds an instance of T in a scala.Option that is itself bound with a binding annotation Ann.

  6. def newOptionBinder[T](binder: Binder)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds an instance of T in a scala.Option.

  7. def newOptionalBinder[T](parentBinder: Binder, key: Key[T]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds an instance of the type represented by key in a scala.Option.

    Returns a new optionbinder that binds an instance of the type represented by key in a scala.Option. It may or may not be bound with a binding annotation (depending on the key).

  8. def newOptionalBinder[T](binder: Binder, typeLiteral: TypeLiteral[T]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds an instance of the type represented by typeLiteral in a scala.Option.

  9. def newOptionalBinder[T](binder: Binder, typ: Class[T])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): ScalaOptionBinder[T]

    Returns a new optionbinder that binds typ in a scala.Option.

    Returns a new optionbinder that binds typ in a scala.Option. Note that typ is ignored in favor of using the TypeTag to capture type arguments.