LowPriorityReadCompose

dev.constructive.eo.compose.LowPriorityReadCompose

Low-priority drawer for ReadCompose — the many-fold fallback.

Attributes

Source
ReadCompose.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ReadCompose

Members list

Grouped members

Instances

given foldFold: [F[_, _], G[_, _]] => (ForgetfulFold[F], ForgetfulFold[G]) => foldFold[F, G]

Anything foldable ∘ anything foldable → optics.ForgetFold over List. Fires only when no total/partial instance applies, i.e. at least one side is genuinely multi-focus (MultiFocus[F] / Forget[F]).

Anything foldable ∘ anything foldable → optics.ForgetFold over List. Fires only when no total/partial instance applies, i.e. at least one side is genuinely multi-focus (MultiFocus[F] / Forget[F]).

Attributes

Source
ReadCompose.scala