A B C E I N O P S X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- and() - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
- and(boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
- and(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
- and(boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
- and(boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
- and(boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
- and(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
- and(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
- and(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are true.
B
- Boolean - Class in io.github.javaf
- Boolean() - Constructor for class io.github.javaf.Boolean
C
- count() - Static method in class io.github.javaf.Boolean
-
Counts no.
- count(boolean) - Static method in class io.github.javaf.Boolean
-
Counts no.
- count(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Counts no.
- count(boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Counts no.
- count(boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Counts no.
- count(boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Counts no.
- count(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Counts no.
- count(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Counts no.
- count(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Counts no.
E
- eq(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if antecedent ⇔ consequent (a ⇔ b).
- eqv(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if antecedent ⇔ consequent (a ⇔ b).
I
- imp(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if antecedent ⇒ consequent (a ⇒ b).
- imply(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if antecedent ⇒ consequent (a ⇒ b).
- io.github.javaf - package io.github.javaf
N
- nand() - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- nand(boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- nand(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- nand(boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- nand(boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- nand(boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- nand(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- nand(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- nand(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is false.
- neq(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if antecedent ⇎ consequent (a ⇎ b).
- nimply(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if antecedent ⇏ consequent (a ⇏ b).
- nor() - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- nor(boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- nor(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- nor(boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- nor(boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- nor(boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- nor(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- nor(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- nor(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if all values are false.
- not(boolean) - Static method in class io.github.javaf.Boolean
-
Checks if value is false.
O
- or() - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
- or(boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
- or(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
- or(boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
- or(boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
- or(boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
- or(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
- or(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
- or(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if any value is true.
P
- parse(String) - Static method in class io.github.javaf.Boolean
-
Converts string to boolean.
S
- select(int) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
- select(int, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
- select(int, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
- select(int, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
- select(int, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
- select(int, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
- select(int, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
- select(int, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
- select(int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if ith value is true.
X
- xnor() - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xnor(boolean) - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xnor(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xnor(boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xnor(boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xnor(boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xnor(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xnor(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xnor(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if even no.
- xor() - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
- xor(boolean) - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
- xor(boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
- xor(boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
- xor(boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
- xor(boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
- xor(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
- xor(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
- xor(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.javaf.Boolean
-
Checks if odd no.
All Classes All Packages