OrNotInlined
io.github.iltotore.iron.macros.ReflectUtil.DecodingFailure.OrNotInlined
final case class OrNotInlined(left: DecodingResult[Boolean], right: Either[DecodingFailure, Boolean])
A boolean OR is not inlined.
Value parameters
- left
-
the left operand
- right
-
the right operand
Attributes
- Source
- ReflectUtil.scala
Members list
In this article