DistributiveAbsorption

zio.prelude.experimental.DistributiveAbsorption
See theDistributiveAbsorption companion object
trait DistributiveAbsorption[A] extends Absorption[A]

Attributes

Companion
object
Graph
Supertypes
trait Absorption[A]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def And: Associative[subtypeF.Type[A]]

Attributes

Inherited from:
Absorption
def Or: Associative[subtypeF.Type[A]]

Attributes

Inherited from:
Absorption
def and(l: => A, r: => A): A

Attributes

Inherited from:
Absorption
def or(l: => A, r: => A): A

Attributes

Inherited from:
Absorption