Addable

zio.dynamodb.proofs.Addable
See theAddable companion trait

Attributes

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

Members list

Implicits

Implicits

implicit def unknownLeft[X]: Addable[Unknown, X]

Inherited implicits

implicit def double: Addable[Double, Double]

Attributes

Inherited from:
AddableLowPriorityImplicits1
implicit def float: Addable[Float, Float]

Attributes

Inherited from:
AddableLowPriorityImplicits1
implicit def int: Addable[Int, Int]

Attributes

Inherited from:
AddableLowPriorityImplicits1
implicit def long: Addable[Long, Long]

Attributes

Inherited from:
AddableLowPriorityImplicits1
implicit def set[A]: Addable[Set[A], A]

Attributes

Inherited from:
AddableLowPriorityImplicits1
implicit def short: Addable[Short, Short]

Attributes

Inherited from:
AddableLowPriorityImplicits1
implicit def unknownRight[X]: Addable[X, Unknown]

Attributes

Inherited from:
AddableLowPriorityImplicits0