ForgetfulFold

dev.constructive.eo.forgetful.ForgetfulFold
See theForgetfulFold companion trait
object ForgetfulFold

Typeclass instances for ForgetfulFold.

Attributes

Companion
trait
Source
ForgetfulFold.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object eitherFFold extends ForgetfulFold[Either]

EitherLeft is Monoid.empty, Right runs f. @group Instances

EitherLeft is Monoid.empty, Right runs f. @group Instances

Attributes

Source
ForgetfulFold.scala
Supertypes
trait ForgetfulFold[Either]
class Object
trait Matchable
class Any
Self type
object tupleFFold extends ForgetfulFold[Tuple2]

Tuple2 — runs f on the focus, ignores the leftover. @group Instances

Tuple2 — runs f on the focus, ignores the leftover. @group Instances

Attributes

Source
ForgetfulFold.scala
Supertypes
trait ForgetfulFold[Tuple2]
class Object
trait Matchable
class Any
Self type
tupleFFold.type

Givens

Givens

EitherLeft is Monoid.empty, Right runs f. @group Instances

EitherLeft is Monoid.empty, Right runs f. @group Instances

Attributes

Source
ForgetfulFold.scala

Tuple2 — runs f on the focus, ignores the leftover. @group Instances

Tuple2 — runs f on the focus, ignores the leftover. @group Instances

Attributes

Source
ForgetfulFold.scala