scaldi
.
akka
AkkaInjectable
trait
AkkaInjectable
extends
Injectable
Linear Supertypes
Injectable
,
AnyRef
,
Any
Known Subclasses
AkkaInjectable
,
OpenAkkaInjectable
Ordering
Alphabetic
By inheritance
Inherited
AkkaInjectable
Injectable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
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
val
by
:
ByWord
Attributes
protected
Definition Classes
Injectable
implicit
def
canBeIdentifiedToConstraints
[
T
]
(
target:
T
)
(
implicit
arg0:
CanBeIdentifier
[
T
]
)
:
InjectConstraints
[
Nothing
]
Attributes
protected
Definition Classes
Injectable
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
identified
:
IdentifiedWord
[
Nothing
]
Attributes
protected
Definition Classes
Injectable
def
inject
[
T
]
(
constraints: ⇒
InjectConstraints
[
T
]
)
(
implicit
injector:
Injector
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
T
Attributes
protected
Definition Classes
Injectable
def
inject
[
T
]
(
implicit
injector:
Injector
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
T
Attributes
protected
Definition Classes
Injectable
def
injectActorProps
[
T
]
(
constraints: ⇒
InjectConstraints
[
T
]
)
(
implicit
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
Props
Attributes
protected
def
injectActorProps
[
T
]
(
identifiers:
Identifier
*
)
(
implicit
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
Props
Attributes
protected
def
injectActorProps
[
T
]
(
implicit
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
Props
Attributes
protected
def
injectActorRef
[
T
]
(
constraints: ⇒
InjectConstraints
[
T
]
)
(
implicit
f:
ActorRefFactory
,
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
ActorRef
Attributes
protected
def
injectActorRef
[
T
]
(
identifiers:
Identifier
*
)
(
implicit
f:
ActorRefFactory
,
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
ActorRef
Attributes
protected
def
injectActorRef
[
T
]
(
name:
String
)
(
implicit
f:
ActorRefFactory
,
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
ActorRef
Attributes
protected
def
injectActorRef
[
T
]
(
implicit
f:
ActorRefFactory
,
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
ActorRef
Attributes
protected
def
injectAll
(
identifiers:
Identifier
*
)
(
implicit
injector:
Injector
)
:
List
[
Any
]
Attributes
protected
Definition Classes
Injectable
def
injectAllOfType
[
T
]
(
identifiers:
Identifier
*
)
(
implicit
injector:
Injector
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
List
[
T
]
Attributes
protected
Definition Classes
Injectable
def
injectAllOfType
[
T
]
(
implicit
injector:
Injector
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
List
[
T
]
Attributes
protected
Definition Classes
Injectable
def
injectNamedActorRef
[
T
]
(
constraints: ⇒
InjectConstraints
[
T
]
)
(
name:
String
)
(
implicit
f:
ActorRefFactory
,
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
ActorRef
Attributes
protected
def
injectNamedActorRef
[
T
]
(
identifiers:
Identifier
*
)
(
name:
String
)
(
implicit
f:
ActorRefFactory
,
injector:
Injector
,
ct:
ClassTag
[
T
]
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
:
ActorRef
Attributes
protected
def
injectProvider
[
T
]
(
constraints: ⇒
InjectConstraints
[
T
]
)
(
implicit
injector:
Injector
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
: () ⇒
T
Attributes
protected
Definition Classes
Injectable
def
injectProvider
[
T
]
(
implicit
injector:
Injector
,
tt:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
,
nn:
NotNothing
[
T
]
)
: () ⇒
T
Attributes
protected
Definition Classes
Injectable
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
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
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Injectable
Inherited from
AnyRef
Inherited from
Any
Ungrouped