Package

wvlet

airframe

Permalink

package airframe

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. airframe
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. macro def bind[A, D1, D2, D3, D4, D5](provider: (D1, D2, D3, D4, D5) ⇒ A): A

    Permalink
  6. macro def bind[A, D1, D2, D3, D4](provider: (D1, D2, D3, D4) ⇒ A): A

    Permalink
  7. macro def bind[A, D1, D2, D3](provider: (D1, D2, D3) ⇒ A): A

    Permalink
  8. macro def bind[A, D1, D2](provider: (D1, D2) ⇒ A): A

    Permalink
  9. macro def bind[A, D1](provider: (D1) ⇒ A): A

    Permalink
  10. macro def bind[A](provider: ⇒ A): A

    Permalink
  11. macro def bind[A]: A

    Permalink
  12. macro def bindFactory[F <: Function1[_, _]]: F

    Permalink
  13. macro def bindFactory2[F <: Function2[_, _, _]]: F

    Permalink
  14. macro def bindFactory3[F <: Function3[_, _, _, _]]: F

    Permalink
  15. macro def bindFactory4[F <: Function4[_, _, _, _, _]]: F

    Permalink
  16. macro def bindFactory5[F <: Function5[_, _, _, _, _, _]]: F

    Permalink
  17. macro def debug(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  18. macro def debug(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  20. macro def error(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  21. macro def error(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  22. def getOrElseUpdateTraitFactoryCache(s: Surface, factory: (Session) ⇒ Any): (Session) ⇒ Any

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  24. package http

    Permalink
  25. macro def info(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  26. macro def info(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. lazy val logger: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  29. def newDesign: Design

    Permalink
  30. def newSilentDesign: Design

    Permalink
  31. macro def registerTraitFactory[A]: Surface

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    Any
  33. macro def trace(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  34. macro def trace(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  35. val traitFactoryCache: Map[Surface, (Session) ⇒ Any]

    Permalink
  36. macro def warn(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  37. macro def warn(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped