package refined
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- refined
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class PredicateFailed(error: String) extends Exception with NoStackTrace with Product with Serializable
Value Members
- implicit def decodeEntityRefined[F[_, _], A, B](implicit ad: DecodeEntity[A], v: Validate[A, B], rt: RefType[F]): DecodeEntity[F[A, B]]
- implicit def decodePathRefined[F[_, _], A, B](implicit ad: DecodePath[A], v: Validate[A, B], rt: RefType[F]): DecodePath[F[A, B]]