AndNotInlined
io.github.iltotore.iron.macros.ReflectUtil.DecodingFailure.AndNotInlined
final case class AndNotInlined(left: DecodingResult[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
In this article