trait IntLattice[I] extends LatticeElement[I]
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntLattice
- LatticeElement
- Show
- Monoid
- Semigroup
- Order
- Equal
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
EqualLaw extends AnyRef
- Definition Classes
- Equal
- trait IntLatticeLaw extends AnyRef
-
trait
MonoidLaw extends scalaz.Monoid.SemigroupLaw
- Definition Classes
- Monoid
-
trait
OrderLaw extends scalaz.Order.EqualLaw
- Definition Classes
- Order
-
trait
SemigroupApply extends Apply[[α]F]
- Attributes
- protected[this]
- Definition Classes
- Semigroup
-
trait
SemigroupCompose extends Compose[[α, β]F]
- Attributes
- protected[this]
- Definition Classes
- Semigroup
-
trait
SemigroupLaw extends AnyRef
- Definition Classes
- Semigroup
-
trait
LatticeElementLaw extends MonoidLaw with OrderLaw
- Definition Classes
- LatticeElement
Abstract Value Members
-
abstract
def
bottom: I
The bottom element
The bottom element
- Definition Classes
- LatticeElement
-
abstract
def
cardinality(x: I): Cardinality
- Definition Classes
- LatticeElement
- abstract def div[F](n1: I, n2: I)(implicit arg0: RealLattice[F]): F
-
abstract
def
eql[B](x: I, y: I)(implicit arg0: BoolLattice[B]): B
Equality check, returning an abstract result
Equality check, returning an abstract result
- Definition Classes
- LatticeElement
- abstract def inject(n: Int): I
-
abstract
def
join(x: I, y: ⇒ I): I
The join operation
The join operation
- Definition Classes
- LatticeElement
- abstract def lt[B](n1: I, n2: I)(implicit arg0: BoolLattice[B]): B
- abstract def minus(n1: I, n2: I): I
- abstract def modulo(n1: I, n2: I): I
-
abstract
def
name: String
The name of the lattice
The name of the lattice
- Definition Classes
- LatticeElement
-
abstract
def
order(x: I, y: I): Ordering
- Definition Classes
- Order
- abstract def plus(n1: I, n2: I): I
- abstract def quotient(n1: I, n2: I): I
- abstract def random(n: I): I
- abstract def remainder(n1: I, n2: I): I
-
abstract
def
subsumes(x: I, y: ⇒ I): Boolean
The subsumption relation that defines the ordering of elements
The subsumption relation that defines the ordering of elements
- Definition Classes
- LatticeElement
- abstract def times(n1: I, n2: I): I
- abstract def toReal[F](n: I)(implicit arg0: RealLattice[F]): F
- abstract def toString[S](n: I)(implicit arg0: StringLattice[S]): S
-
abstract
def
top: I
The top element.
The top element.
- Definition Classes
- LatticeElement
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from IntLattice[I] to any2stringadd[IntLattice[I]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (IntLattice[I], B)
- Implicit
- This member is added by an implicit conversion from IntLattice[I] to ArrowAssoc[IntLattice[I]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
append(x: I, y: ⇒ I): I
- Definition Classes
- LatticeElement → Semigroup
-
final
def
applicative: Applicative[[α]I]
- Definition Classes
- Monoid
-
final
def
apply: Apply[[α]I]
- Definition Classes
- Semigroup
-
def
apply(x: I, y: I): Ordering
- Definition Classes
- Order
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
category: Category[[α, β]I]
- Definition Classes
- Monoid
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
compose: Compose[[α, β]I]
- Definition Classes
- Semigroup
-
def
contramap[B](f: (B) ⇒ I): Order[B]
- Definition Classes
- Order → Equal
-
def
ensuring(cond: (IntLattice[I]) ⇒ Boolean, msg: ⇒ Any): IntLattice[I]
- Implicit
- This member is added by an implicit conversion from IntLattice[I] to Ensuring[IntLattice[I]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (IntLattice[I]) ⇒ Boolean): IntLattice[I]
- Implicit
- This member is added by an implicit conversion from IntLattice[I] to Ensuring[IntLattice[I]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): IntLattice[I]
- Implicit
- This member is added by an implicit conversion from IntLattice[I] to Ensuring[IntLattice[I]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): IntLattice[I]
- Implicit
- This member is added by an implicit conversion from IntLattice[I] to Ensuring[IntLattice[I]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equal(x: I, y: I): Boolean
- Definition Classes
- Order → Equal
-
def
equalIsNatural: Boolean
- Definition Classes
- Equal
-
def
equalLaw: EqualLaw
- Definition Classes
- Equal
-
val
equalSyntax: EqualSyntax[I]
- Definition Classes
- Equal
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from IntLattice[I] to StringFormat[IntLattice[I]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
greaterThan(x: I, y: I): Boolean
- Definition Classes
- Order
-
def
greaterThanOrEqual(x: I, y: I): Boolean
- Definition Classes
- Order
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
ifEmpty[B](a: I)(t: ⇒ B)(f: ⇒ B)(implicit eq: Equal[I]): B
- Definition Classes
- Monoid
- val intLatticeLaw: IntLatticeLaw
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMZero(a: I)(implicit eq: Equal[I]): Boolean
- Definition Classes
- Monoid
-
def
latticeElementLaw: LatticeElementLaw
- Definition Classes
- LatticeElement
-
def
lessThan(x: I, y: I): Boolean
- Definition Classes
- Order
-
def
lessThanOrEqual(x: I, y: I): Boolean
- Definition Classes
- Order
-
def
max(x: I, y: I): I
- Definition Classes
- Order
-
def
min(x: I, y: I): I
- Definition Classes
- Order
-
def
monoidLaw: MonoidLaw
- Definition Classes
- Monoid
-
val
monoidSyntax: MonoidSyntax[I]
- Definition Classes
- Monoid
-
def
multiply(value: I, n: Int): I
- Definition Classes
- Monoid
-
def
multiply1(value: I, n: Int): I
- Definition Classes
- Semigroup
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
onEmpty[A, B](a: I)(v: ⇒ B)(implicit eq: Equal[I], mb: Monoid[B]): B
- Definition Classes
- Monoid
-
final
def
onNotEmpty[B](a: I)(v: ⇒ B)(implicit eq: Equal[I], mb: Monoid[B]): B
- Definition Classes
- Monoid
-
def
orderLaw: OrderLaw
- Definition Classes
- Order
-
val
orderSyntax: OrderSyntax[I]
- Definition Classes
- Order
-
def
reverseOrder: Order[I]
- Definition Classes
- Order
-
def
semigroupLaw: SemigroupLaw
- Definition Classes
- Semigroup
-
val
semigroupSyntax: SemigroupSyntax[I]
- Definition Classes
- Semigroup
-
def
show(f: I): Cord
- Definition Classes
- Show
-
val
showSyntax: ShowSyntax[I]
- Definition Classes
- Show
-
def
shows(f: I): String
- Definition Classes
- Show
-
def
sort(x: I, y: I): (I, I)
- Definition Classes
- Order
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toScalaOrdering: Ordering[I]
- Definition Classes
- Order
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
zero: I
- Definition Classes
- LatticeElement → Monoid
-
def
→[B](y: B): (IntLattice[I], B)
- Implicit
- This member is added by an implicit conversion from IntLattice[I] to ArrowAssoc[IntLattice[I]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc