Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Capture[A](value: A) extends AnyVal with Product with Serializable
    Annotations
    @implicitNotFound("could not find an implicit value of type ${A}")
  2. class CaptureMacros extends OpenImplicitMacros
  3. final case class EitherCapture[A, B](value: Either[A, B]) extends AnyVal with Product with Serializable
    Annotations
    @implicitNotFound("could not find an implicit value of type ${A} or ${B}")
  4. final case class OptionCapture[A](value: Option[A]) extends AnyVal with Product with Serializable

Value Members

  1. object Capture extends Serializable
  2. object EitherCapture extends Serializable
  3. object OptionCapture extends Serializable