Index

io.scalaland.chimney.partial.PathElement.Index
final case class Index(index: Int) extends PathElement

Index in a collection.

Value parameters

index

index of an element

Attributes

Since

0.7.0

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PathElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def asString: String

Obtain conventional string representation of path element\

Obtain conventional string representation of path element\

Attributes

Since

0.7.0

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product