class
SectionCodec extends Codec[Section]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
def
:+:[B](left: Codec[B]): CoproductCodecBuilder[:+:[B, :+:[Section, CNil]], ::[Codec[B], ::[Codec[Section], HNil]], :+:[B, :+:[Section, CNil]]]
-
def
::[B](codecB: Codec[B]): Codec[::[B, ::[Section, HNil]]]
-
def
:~>:[B](codecB: Codec[B])(implicit ev: =:=[Unit, B]): Codec[::[Section, HNil]]
-
final
def
<~[B](codecB: Codec[B])(implicit ev: =:=[Unit, B]): Codec[Section]
-
final
def
==(arg0: Any): Boolean
-
-
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
-
-
def
decodeOnly[AA >: Section]: Codec[AA]
-
final
def
decodeValidValue(bits: BitVector): Section
-
-
-
final
def
downcast[B <: Section](implicit arg0: Manifest[B]): Codec[B]
-
final
def
dropLeft[B](codecB: Codec[B])(implicit ev: =:=[Unit, Section]): Codec[B]
-
final
def
dropRight[B](codecB: Codec[B])(implicit ev: =:=[Unit, B]): Codec[Section]
-
-
-
-
-
-
-
-
-
-
-
-
final
def
exmap[B](f: (Section) ⇒ \/[Err, B], g: (B) ⇒ \/[Err, Section]): Codec[B]
-
-
def
finalize(): Unit
-
-
def
flatPrepend[L <: HList](f: (Section) ⇒ Codec[L]): Codec[::[Section, L]]
-
-
def
flatZipHList[B](f: (Section) ⇒ Codec[B]): Codec[::[Section, ::[B, HNil]]]
-
def
formatted(fmtstr: String): String
-
final
def
fuse[AA <: Section, BB >: Section](implicit ev: =:=[BB, AA]): Codec[BB]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
hlist: Codec[::[Section, HNil]]
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
narrow[B](f: (Section) ⇒ \/[Err, B], g: (B) ⇒ Section): Codec[B]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
final
def
pairedWith[B](codecB: Codec[B]): Codec[(Section, B)]
-
-
def
polyxmap[B](p: Poly, q: Poly)(implicit aToB: Aux[p.type, ::[Section, HNil], B], bToA: Aux[q.type, ::[B, HNil], Section]): Codec[B]
-
def
polyxmap1[B](p: Poly)(implicit aToB: Aux[p.type, ::[Section, HNil], B], bToA: Aux[p.type, ::[B, HNil], Section]): Codec[B]
-
-
def
selectEncoder[A](implicit inj: Inject[Coproduct with Section, A]): Encoder[A]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toField[K]: Codec[FieldType[K, Section]]
-
def
toFieldWithContext[K <: Symbol](k: K): Codec[FieldType[K, Section]]
-
def
toString(): String
-
-
final
def
unitM(implicit ma: Monoid[Section]): Codec[Unit]
-
final
def
upcast[B >: Section](implicit m: Manifest[Section]): Codec[B]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
widen[B](f: (Section) ⇒ B, g: (B) ⇒ \/[Err, Section]): Codec[B]
-
final
def
withContext(context: String): Codec[Section]
-
final
def
withToString(str: String): Codec[Section]
-
final
def
xmap[B](f: (Section) ⇒ B, g: (B) ⇒ Section): Codec[B]
-
final
def
~[B](codecB: Codec[B]): Codec[(Section, B)]
-
final
def
~>[B](codecB: Codec[B])(implicit ev: =:=[Unit, Section]): Codec[B]
-
Inherited by implicit conversion ValueCodecEnrichedWithHListSupport from
SectionCodec to ValueCodecEnrichedWithHListSupport[Section]
Inherited by implicit conversion EnrichedCoproductEncoder from
SectionCodec to EnrichedCoproductEncoder[Coproduct with Section]
Inherited by implicit conversion ValueCodecEnrichedWithGenericSupport from
SectionCodec to ValueCodecEnrichedWithGenericSupport[Section]