RestNonEmpty
harness.endpoint.spec.PathCodec$.RestNonEmpty
final case class RestNonEmpty(name: String) extends PathCodec[NonEmptyList[String]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- PathCodec
Attributes
- Inherited from:
- PathCodec
Attributes
- Inherited from:
- PathCodec
final def imapDecode[B](to: NonEmptyList[String] => Option[B], from: B => NonEmptyList[String]): PathCodec[B]
Attributes
- Inherited from:
- PathCodec
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
In this article