hooks

GuardHook0

class GuardHook0 [T] extends GuardHook[T, scala.collection.immutable.Nil.type]

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

Instance Constructors

  1. new GuardHook0 ()

Type Members

  1. class Adaptor2 extends AnyRef

  2. class Adaptor3 extends AnyRef

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
    GuardHook
  13. def apply (values: Option[T], extra: scala.collection.immutable.Nil.type): Option[T]

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

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

    Definition Classes
    GuardHook
  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 → Any
  22. def guards : List[(T, scala.collection.immutable.Nil.type) ⇒ Boolean]

    Definition Classes
    GuardHook
  23. def hashCode (): Int

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

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

    Definition Classes
    GuardHook
  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 synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

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

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

Inherited from AnyRef

Inherited from Any