StringPartsNotInlined

io.github.iltotore.iron.macros.ReflectUtil.DecodingFailure.StringPartsNotInlined
final case class StringPartsNotInlined(parts: List[Either[DecodingFailure, String]])

Some part of the decoded String are not inlined. A more specialized version of ApplyNotInlined.

Value parameters

parts

the parts of the String

Attributes

Source
ReflectUtil.scala

Members list

Value members

Inherited methods

def prettyPrint(bodyIdent: Int, firstLineIdent: Int): String

Pretty print this failure.

Pretty print this failure.

Value parameters

bodyIdent

the identation of the 2nd+ lines

firstLineIdent

the identation of the first line

Attributes

Returns

a pretty-formatted String representation of this failure

Inherited from:
DecodingFailure
Source
ReflectUtil.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DecodingFailure -> Any
Inherited from:
DecodingFailure
Source
ReflectUtil.scala