class BooleanStructure extends BooleanIsBool with BooleanIsRig with BooleanOrder with Serializable
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- BooleanStructure
- BooleanOrder
- Serializable
- Serializable
- Order
- PartialOrder
- Eq
- BooleanIsRig
- CRig
- MultiplicativeCMonoid
- MultiplicativeCSemigroup
- Rig
- MultiplicativeMonoid
- Semiring
- MultiplicativeSemigroup
- AdditiveMonoid
- AdditiveSemigroup
- BooleanIsBool
- Bool
- Heyting
- BoundedLattice
- BoundedJoinSemilattice
- BoundedMeetSemilattice
- Lattice
- MeetSemilattice
- JoinSemilattice
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BooleanStructure()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
additive: Monoid[Boolean]
- Definition Classes
- AdditiveMonoid → AdditiveSemigroup
-
def
and(a: Boolean, b: Boolean): Boolean
- Definition Classes
- BooleanIsBool → Heyting
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
compare(x: Boolean, y: Boolean): Int
- Definition Classes
- BooleanOrder → Order
-
def
complement(a: Boolean): Boolean
- Definition Classes
- BooleanIsBool → Heyting
-
def
dual: Bool[Boolean]
- Definition Classes
- Bool
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
eqv(x: Boolean, y: Boolean): Boolean
Returns
trueifxandyare equivalent,falseotherwise.Returns
trueifxandyare equivalent,falseotherwise.- Definition Classes
- BooleanOrder → Order → PartialOrder → Eq
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
gt(x: Boolean, y: Boolean): Boolean
- Definition Classes
- BooleanOrder → Order → PartialOrder
-
def
gteqv(x: Boolean, y: Boolean): Boolean
- Definition Classes
- BooleanOrder → Order → PartialOrder
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def imp(a: Boolean, b: Boolean): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOne(a: Boolean)(implicit ev: Eq[Boolean]): Boolean
- Definition Classes
- BooleanStructure → MultiplicativeMonoid → BoundedMeetSemilattice
-
def
isZero(a: Boolean)(implicit ev: Eq[Boolean]): Boolean
Tests if
ais zero.Tests if
ais zero.- Definition Classes
- BooleanStructure → AdditiveMonoid → BoundedJoinSemilattice
-
def
join(a: Boolean, b: Boolean): Boolean
- Definition Classes
- Heyting → JoinSemilattice
-
def
lt(x: Boolean, y: Boolean): Boolean
- Definition Classes
- BooleanOrder → Order → PartialOrder
-
def
lteqv(x: Boolean, y: Boolean): Boolean
- Definition Classes
- BooleanOrder → Order → PartialOrder
-
def
max(x: Boolean, y: Boolean): Boolean
- Definition Classes
- BooleanOrder → Order
-
def
meet(a: Boolean, b: Boolean): Boolean
- Definition Classes
- Heyting → MeetSemilattice
-
def
min(x: Boolean, y: Boolean): Boolean
- Definition Classes
- BooleanOrder → Order
-
def
multiplicative: CMonoid[Boolean]
- Definition Classes
- MultiplicativeCMonoid → MultiplicativeCSemigroup → MultiplicativeMonoid → MultiplicativeSemigroup
-
def
nand(a: Boolean, b: Boolean): Boolean
- Definition Classes
- Bool
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
neqv(x: Boolean, y: Boolean): Boolean
Returns
falseifxandyare equivalent,trueotherwise.Returns
falseifxandyare equivalent,trueotherwise.- Definition Classes
- BooleanOrder → Eq
-
def
nor(a: Boolean, b: Boolean): Boolean
- Definition Classes
- Bool
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
nxor(a: Boolean, b: Boolean): Boolean
- Definition Classes
- Bool
-
def
on[B](f: (B) ⇒ Boolean): Order[B]
Defines an order on
Bby mappingBtoAusingfand usingAs order to orderB.Defines an order on
Bby mappingBtoAusingfand usingAs order to orderB.- Definition Classes
- Order → PartialOrder → Eq
-
def
one: Boolean
- Definition Classes
- BooleanStructure → BooleanIsRig → MultiplicativeMonoid → BooleanIsBool → BoundedMeetSemilattice
-
def
or(a: Boolean, b: Boolean): Boolean
- Definition Classes
- BooleanIsBool → Heyting
-
def
partialCompare(x: Boolean, y: Boolean): Double
Result of comparing
xwithy.Result of comparing
xwithy. Returns NaN if operands are not comparable. If operands are comparable, returns a Double whose sign is: - negative iffx < y- zero iffx === y- positive iffx > y- Definition Classes
- Order → PartialOrder
-
def
plus(a: Boolean, b: Boolean): Boolean
- Definition Classes
- BooleanIsRig → AdditiveSemigroup
-
def
pmax(x: Boolean, y: Boolean): Option[Boolean]
Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.
Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.
- Definition Classes
- PartialOrder
-
def
pmin(x: Boolean, y: Boolean): Option[Boolean]
Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.
Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.
- Definition Classes
- PartialOrder
-
def
pow(a: Boolean, b: Int): Boolean
This is similar to
Semigroup#pow, except thata pow 0is defined to be the multiplicative identity.This is similar to
Semigroup#pow, except thata pow 0is defined to be the multiplicative identity.- Definition Classes
- BooleanIsRig → Rig → Semiring
-
def
prod(as: TraversableOnce[Boolean]): Boolean
Given a sequence of
as, sum them using the monoid and return the total.Given a sequence of
as, sum them using the monoid and return the total.- Definition Classes
- MultiplicativeMonoid
-
def
prodOption(as: TraversableOnce[Boolean]): Option[Boolean]
Given a sequence of
as, sum them using the semigroup and return the total.Given a sequence of
as, sum them using the semigroup and return the total.If the sequence is empty, returns None. Otherwise, returns Some(total).
- Definition Classes
- MultiplicativeSemigroup
-
def
prodn(a: Boolean, n: Int): Boolean
Return
amultiplied with itselfntimes.Return
amultiplied with itselfntimes.- Definition Classes
- MultiplicativeMonoid → MultiplicativeSemigroup
-
def
prodnAboveOne(a: Boolean, n: Int): Boolean
- Attributes
- protected
- Definition Classes
- MultiplicativeSemigroup
-
def
reverse: Order[Boolean]
Defines an ordering on
Awhere all arrows switch direction.Defines an ordering on
Awhere all arrows switch direction.- Definition Classes
- Order → PartialOrder
-
def
sum(as: TraversableOnce[Boolean]): Boolean
Given a sequence of
as, sum them using the monoid and return the total.Given a sequence of
as, sum them using the monoid and return the total.- Definition Classes
- AdditiveMonoid
-
def
sumOption(as: TraversableOnce[Boolean]): Option[Boolean]
Given a sequence of
as, sum them using the semigroup and return the total.Given a sequence of
as, sum them using the semigroup and return the total.If the sequence is empty, returns None. Otherwise, returns Some(total).
- Definition Classes
- AdditiveSemigroup
-
def
sumn(a: Boolean, n: Int): Boolean
Return
aadded with itselfntimes.Return
aadded with itselfntimes.- Definition Classes
- AdditiveMonoid → AdditiveSemigroup
-
def
sumnAboveOne(a: Boolean, n: Int): Boolean
- Attributes
- protected
- Definition Classes
- AdditiveSemigroup
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
times(a: Boolean, b: Boolean): Boolean
- Definition Classes
- BooleanIsRig → MultiplicativeSemigroup
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tryCompare(x: Boolean, y: Boolean): Option[Int]
Result of comparing
xwithy.Result of comparing
xwithy. Returns None if operands are not comparable. If operands are comparable, returns Some[Int] where the Int sign is: - negative iffx < y- zero iffx == y- positive iffx > y- Definition Classes
- PartialOrder
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
xor(a: Boolean, b: Boolean): Boolean
- Definition Classes
- BooleanIsBool → Bool
-
def
zero: Boolean
- Definition Classes
- BooleanStructure → BooleanIsRig → AdditiveMonoid → BooleanIsBool → BoundedJoinSemilattice