Package

im.actor.server

hook

Permalink

package hook

Visibility
  1. Public
  2. All

Type Members

  1. trait Hook extends AnyRef

    Permalink
  2. trait Hook0 extends Hook

    Permalink
  3. trait Hook1[A] extends Hook

    Permalink
  4. trait Hook2[A, B] extends Hook

    Permalink
  5. trait Hook3[A, B, C] extends Hook

    Permalink
  6. abstract class HookException extends RuntimeException

    Permalink
  7. abstract class HooksControl extends AnyRef

    Permalink
  8. class HooksStorage[H <: Hook] extends AnyRef

    Permalink
  9. final class HooksStorage0[H <: Hook0] extends HooksStorage[H]

    Permalink
  10. final class HooksStorage1[H <: Hook1[A], A] extends HooksStorage[H]

    Permalink
  11. final class HooksStorage2[H <: Hook2[A, B], A, B] extends HooksStorage[H]

    Permalink
  12. final class HooksStorage3[H <: Hook3[A, B, C], A, B, C] extends HooksStorage[H]

    Permalink

Value Members

  1. object HookException extends Serializable

    Permalink

Ungrouped