autowire

package autowire

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. autowire
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Check[T] extends AnyRef

  2. abstract class Client[R] extends AnyRef

  3. class ClientProxy[T, A] extends AnyRef

  4. case class InputError(ex: Exception) extends Exception with Product with Serializable

  5. case class Luz[T](s: String) extends Check[T] with Product with Serializable

  6. case class Request(path: Seq[String], args: Map[String, String]) extends Product with Serializable

  7. type RouteType = PartialFunction[Request, Future[String]]

  8. case class Win[T](t: T, s: String) extends Check[T] with Product with Serializable

Value Members

  1. object Macros

  2. def wrapInvalid[T](f: ⇒ T): T

Inherited from AnyRef

Inherited from Any

Ungrouped