SourceOrElseFallback
io.scalaland.chimney.dsl.SourceOrElseFallback
case object SourceOrElseFallback extends OptionFallbackMergeStrategy
When both source value and fallback values are of the Option/Either type they should be combined using src.orElse(fallback1).orElse(fallback2)...
.
Attributes
- See also
- Since
-
1.7.0
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Self type
-
SourceOrElseFallback.type
Members list
In this article