package scodec
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scodec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit def refTypeCodec[F[_, _], T, P](implicit codec: Codec[T], refType: RefType[F], validate: Validate[T, P]): Codec[F[T, P]]
- object byteVector extends ByteVectorValidate
Module that provides
Validatetype class instances forByteVector.