package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Capture[A](value: A) extends AnyVal with Product with Serializable
- Annotations
- @implicitNotFound("could not find an implicit value of type ${A}")
- class CaptureMacros extends OpenImplicitMacros
- 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}")
- final case class OptionCapture[A](value: Option[A]) extends AnyVal with Product with Serializable
Value Members
- object Capture extends Serializable
- object EitherCapture extends Serializable
- object OptionCapture extends Serializable