Reducable

zio.cli.Reducable
See theReducable companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reducable.type

Members list

Type members

Types

type Aux[A, B, C] = Reducable[A, B] { type Out = C; }

Implicits

Implicits

implicit def ReducableLeftIdentity[A]: Aux[Unit, A, A]

Inherited implicits

implicit def ReducableRightIdentity[A]: Aux[A, Unit, A]

Attributes

Inherited from:
ReducableLowPriority1
implicit def tuple[A, B]: Aux[A, B, (A, B)]

Attributes

Inherited from:
ReducableLowPriority2