sindi.binder

DSL

trait DSL extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DSL
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class Bind [T] extends Binder

    Attributes
    protected sealed abstract
  2. class BindSource [T] extends Binder

    Attributes
    protected
  3. trait Qualifiable [T] extends Bind[T]

    Attributes
    protected
  4. class QualifiedBind [T] extends Bind[T] with Scopable[T]

    Attributes
    protected
  5. trait Scopable [T] extends Bind[T]

    Attributes
    protected
  6. class ScopedBind [T] extends Bind[T]

    Attributes
    protected
  7. class SimpleBind [T] extends Bind[T] with Qualifiable[T] with Scopable[T]

    Attributes
    protected

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def bind [T] (implicit arg0: Manifest[T]): BindSource[T]

    Start a new binding declaration.

  8. implicit def bind2binding [T] (bind: Bind[T])(implicit arg0: Manifest[T]): Binding[T]

    Attributes
    protected implicit
  9. implicit def bind2bindings [T] (bind: Bind[T])(implicit arg0: Manifest[T]): Bindings

    Attributes
    protected implicit
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  15. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. def provider [T] (injection: ⇒ T)(implicit arg0: Manifest[T]): Provider[T]

    Return a provider with the specified function *

  21. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  22. def toString (): String

    Definition Classes
    AnyRef → Any
  23. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any