Packages

c

scaldi

BindHelper

class BindHelper[R] extends CanBeIdentified[BindHelper[R]] with CanBeConditional[BindHelper[R]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BindHelper
  2. CanBeConditional
  3. CanBeIdentified
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BindHelper(onBound: (BindHelper[R], BoundHelper[_]) ⇒ Unit)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def and(ids: Identifier*): BindHelper[R]
    Definition Classes
    CanBeIdentified
  5. def as(ids: Identifier*): BindHelper[R]
    Definition Classes
    CanBeIdentified
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val condition: Option[() ⇒ Condition]
    Definition Classes
    CanBeConditional
  9. var createFn: Option[Option[() ⇒ Any]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def identifiedBy(ids: Identifier*): BindHelper[R]
    Definition Classes
    CanBeIdentified
  16. val identifiers: List[Identifier]
    Definition Classes
    CanBeIdentified
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def to[T <: R](fn: ⇒ T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BoundHelper[T]
  23. def to[T <: R](provider: WordBindingProvider[T])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BoundHelper[T]
  24. def to(none: None.type): BoundHelper[R]
  25. def toNonLazy[T <: R](fn: ⇒ T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BoundHelper[T]
  26. def toProvider[T <: R](fn: ⇒ T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BoundHelper[T]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def when(cond: ⇒ Condition): BindHelper.this.type
    Definition Classes
    CanBeConditional

Deprecated Value Members

  1. def in[T <: R](fn: ⇒ T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BoundHelper[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5) in variant is deprecated in favor of to syntax

  2. def inNonLazy[T <: R](fn: ⇒ T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BoundHelper[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5) in variant is deprecated in favor of to syntax

  3. def inProvider[T <: R](fn: ⇒ T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BoundHelper[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5) in variant is deprecated in favor of to syntax

Inherited from CanBeConditional[BindHelper[R]]

Inherited from CanBeIdentified[BindHelper[R]]

Inherited from AnyRef

Inherited from Any

Ungrouped