Unbound

case
class Unbound[A]() extends Bound[A]
trait Serializable
trait Product
trait Equals
trait Bound[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def *(rhs: Bound[A])(implicit ev: MultiplicativeSemigroup[A]): Bound[A]
Inherited from
Bound
def *(a: A)(implicit ev: MultiplicativeSemigroup[A]): Bound[A]
Inherited from
Bound
def +(rhs: Bound[A])(implicit ev: AdditiveSemigroup[A]): Bound[A]
Inherited from
Bound
def +(a: A)(implicit ev: AdditiveSemigroup[A]): Bound[A]
Inherited from
Bound
def -(rhs: Bound[A])(implicit ev: AdditiveGroup[A]): Bound[A]
Inherited from
Bound
def -(a: A)(implicit ev: AdditiveGroup[A]): Bound[A]
Inherited from
Bound
def /(rhs: Bound[A])(implicit ev: MultiplicativeGroup[A]): Bound[A]
Inherited from
Bound
def /(a: A)(implicit ev: MultiplicativeGroup[A]): Bound[A]
Inherited from
Bound
def combine[B](rhs: Bound[A])(f: (A, A) => A): Bound[A]
Inherited from
Bound
def map[B](f: A => B): Bound[B]
Inherited from
Bound
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def reciprocal(implicit ev: MultiplicativeGroup[A]): Bound[A]
Inherited from
Bound
def unary_-(implicit ev: AdditiveGroup[A]): Bound[A]
Inherited from
Bound