Package

shims

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. final case class Capture[A](value: A) extends AnyVal with Product with Serializable

    Permalink
    Annotations
    @implicitNotFound( ... )
  2. class CaptureMacros extends OpenImplicitMacros

    Permalink
  3. final case class EitherCapture[A, B](value: Either[A, B]) extends AnyVal with Product with Serializable

    Permalink
    Annotations
    @implicitNotFound( ... )
  4. final case class OptionCapture[A](value: Option[A]) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object Capture extends Serializable

    Permalink
  2. object EitherCapture extends Serializable

    Permalink
  3. object OptionCapture extends Serializable

    Permalink

Ungrouped