Packages

p

shims

util

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( ... )
  2. class CaptureMacros extends OpenImplicitMacros
  3. final case class EitherCapture[A, B](value: Either[A, B]) extends AnyVal with Product with Serializable
    Annotations
    @implicitNotFound( ... )
  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

Ungrouped