AndNotInlined
io.github.iltotore.iron.macros.ReflectUtil.DecodingFailure.AndNotInlined
final case class AndNotInlined(left: Either[DecodingFailure, Boolean], right: Either[DecodingFailure, Boolean])
A boolean AND is not inlined.
Value parameters
- left
-
the left operand
- right
-
the right operand
Attributes
- Source
- ReflectUtil.scala
Members list
Value members
Inherited methods
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
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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
In this article