hooks
SynchronizedFeatureRepository
class
SynchronizedFeatureRepository
extends FeatureRepository
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
features
: List[Feature]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hasFeature
(feature: Feature): Boolean
-
def
hasFeatures
(features: Feature*): Boolean
-
def
hashCode
(): Int
-
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isRequired
(features: Feature*): Boolean
-
def
makeContext
(desiredFeatures: List[Feature], token: Any): HookContext
-
def
makeContext
(desiredFeatures: List[Feature]): HookContext
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
optionalFeatures
: List[Feature]
-
def
plugins
: List[Plugin]
-
def
purge
(preserve: Feature*): Unit
-
def
register
(features: Feature*): Unit
-
def
registerPlugins
(plugins: Plugin*): Unit
-
def
require
(features: Feature*): Unit
-
def
requiredFeatures
: List[Feature]
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
useTemporaryState
(): Unit
-
def
usingFeatures
[R]
(desiredFeatures: List[Feature], token: Any)(f: ⇒ R): R
-
def
usingFeatures
[R]
(desiredFeatures: List[Feature])(f: ⇒ R): R
-
def
usingTemporaryState
[R]
(f: ⇒ R): R
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
A wrapper around a feature repository to enable it to be used on different threads. This can have performance implications and potentially even cause deadlocks, so only use it if you really know what you're doing.