hooks

StandaloneGuardHook0

class StandaloneGuardHook0 [T] extends StandaloneGuardHook[T, scala.collection.immutable.Nil.type]

Linear Supertypes
StandaloneGuardHook[T, scala.collection.immutable.Nil.type], StandaloneHook[(T, scala.collection.immutable.Nil.type) ⇒ Boolean], Hook[(T, scala.collection.immutable.Nil.type) ⇒ Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StandaloneGuardHook0
  2. StandaloneGuardHook
  3. StandaloneHook
  4. Hook
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandaloneGuardHook0 (base: GuardHook0[T])

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 _get : List[(T, scala.collection.immutable.Nil.type) ⇒ Boolean]

    Get all behaviours registered against this hook

    Get all behaviours registered against this hook

    Definition Classes
    Hook
  7. def _register (s: (T, scala.collection.immutable.Nil.type) ⇒ Boolean): Unit

    Register a behaviour against this hook

    Register a behaviour against this hook

    Definition Classes
    Hook
  8. def apply (values: List[T]): List[T]

  9. def apply (values: Option[T]): Option[T]

  10. def apply (values: Seq[T]): Seq[T]

  11. def apply (value: T): Boolean

  12. def apply (values: List[T], extra: scala.collection.immutable.Nil.type): List[T]

    Definition Classes
    StandaloneGuardHook
  13. def apply (values: Option[T], extra: scala.collection.immutable.Nil.type): Option[T]

    Definition Classes
    StandaloneGuardHook
  14. def apply (values: Seq[T], extra: scala.collection.immutable.Nil.type): Seq[T]

    Definition Classes
    StandaloneGuardHook
  15. def apply (value: T, extra: scala.collection.immutable.Nil.type): Boolean

    Definition Classes
    StandaloneGuardHook
  16. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  17. def clone (): AnyRef

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  22. def guards : List[(T, scala.collection.immutable.Nil.type) ⇒ Boolean]

    Definition Classes
    StandaloneGuardHook
  23. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  24. def hook (f: (T) ⇒ Boolean)(implicit d: D2): Unit

    Definition Classes
    StandaloneGuardHook
  25. def hook (f: (T, scala.collection.immutable.Nil.type) ⇒ Boolean)(implicit d: D1): Unit

    Definition Classes
    StandaloneGuardHook
  26. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  27. def logErrors (f: ⇒ Unit): Unit

    Definition Classes
    Hook
  28. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def standalone [R] (f: ⇒ R): R

    Perform some task using a dummy global context

    Perform some task using a dummy global context

    Attributes
    protected
    Definition Classes
    StandaloneHook
  32. val standaloneContext : HookContextBuilderImpl

    Definition Classes
    StandaloneHook
  33. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from StandaloneGuardHook[T, scala.collection.immutable.Nil.type]

Inherited from StandaloneHook[(T, scala.collection.immutable.Nil.type) ⇒ Boolean]

Inherited from Hook[(T, scala.collection.immutable.Nil.type) ⇒ Boolean]

Inherited from AnyRef

Inherited from Any