final case class Annotated[A](codec: SegmentCodec[A], annotations: Chunk[MetaData[A]]) extends SegmentCodec[A] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Annotated
- Serializable
- Product
- Equals
- SegmentCodec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Annotated(codec: SegmentCodec[A], annotations: Chunk[MetaData[A]])
Type Members
- final type Type = A
- Definition Classes
- SegmentCodec
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ??(doc: Doc): Annotated[A]
- Definition Classes
- Annotated → SegmentCodec
- val annotations: Chunk[MetaData[A]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val codec: SegmentCodec[A]
- lazy val doc: Doc
- Definition Classes
- SegmentCodec
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Annotated → Equals → SegmentCodec → AnyRef → Any
- def example(name: String, example: A): Annotated[A]
- Definition Classes
- Annotated → SegmentCodec
- def examples(examples: (String, A)*): Annotated[A]
- Definition Classes
- Annotated → SegmentCodec
- def format(value: A): Path
- Definition Classes
- Annotated → SegmentCodec
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val hashCode: Int
- Definition Classes
- SegmentCodec → AnyRef → Any
- final def isEmpty: Boolean
- Definition Classes
- SegmentCodec
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matches(segments: Chunk[String], index: Int): Int
- Definition Classes
- Annotated → SegmentCodec
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nonEmpty: Boolean
- Definition Classes
- SegmentCodec
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def render: String
- Definition Classes
- SegmentCodec
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def transform[A2](f: (A) => A2)(g: (A2) => A): PathCodec[A2]
- Definition Classes
- SegmentCodec
- final def transformOrFail[A2](f: (A) => Either[String, A2])(g: (A2) => Either[String, A]): PathCodec[A2]
- Definition Classes
- SegmentCodec
- final def transformOrFailLeft[A2](f: (A) => Either[String, A2])(g: (A2) => A): PathCodec[A2]
- Definition Classes
- SegmentCodec
- final def transformOrFailRight[A2](f: (A) => A2)(g: (A2) => Either[String, A]): PathCodec[A2]
- Definition Classes
- SegmentCodec
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])