case object Trailing extends SegmentCodec[Path] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Trailing
- Serializable
- Product
- Equals
- SegmentCodec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final type Type = Path
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- SegmentCodec → AnyRef → Any
- def format(value: Path): Path
- Definition Classes
- Trailing → SegmentCodec
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- Trailing → 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- 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: (Path) => A2)(g: (A2) => Path): PathCodec[A2]
- Definition Classes
- SegmentCodec
- final def transformOrFail[A2](f: (Path) => Either[String, A2])(g: (A2) => Either[String, Path]): PathCodec[A2]
- Definition Classes
- SegmentCodec
- final def transformOrFailLeft[A2](f: (Path) => Either[String, A2])(g: (A2) => Path): PathCodec[A2]
- Definition Classes
- SegmentCodec
- final def transformOrFailRight[A2](f: (Path) => A2)(g: (A2) => Either[String, Path]): 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])