NotifyEither

libretto.scaletto.impl.Fun.NotifyEither
case class NotifyEither[A, B]() extends Leaf[A |+| B, Ping |*| (A |+| B)]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Leaf[A |+| B, Ping |*| (A |+| B)]
trait Fun[Nothing, A |+| B, Ping |*| (A |+| B)]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def foldMonoid[M](h: [X, Y] => Nothing => M)(using M: Monoid[M]): M

Attributes

Inherited from:
Fun
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def translateA[->>[_, _], G[_]](h: [X, Y] => Nothing => G[->>[X, Y]])(using G: Applicative[G]): G[Fun[->>, A |+| B, Ping |*| (A |+| B)]]

Attributes

Inherited from:
Fun