|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.meta.java.lang.BooleanSugar
Untamed: A sweetener defining extra messages that may be e-sent to booleans.
Constructor Summary | |
private |
BooleanSugar()
prevent instantiation |
Method Summary | |
static boolean |
and(boolean self,
boolean arg)
Enabled: |
static boolean |
not(boolean self)
Enabled: |
static boolean |
or(boolean self,
boolean arg)
Enabled: |
static Object |
pick(boolean self,
Object trueChoice,
Object falseChoice)
Enabled: |
static boolean |
xor(boolean self,
boolean arg)
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private BooleanSugar()
Method Detail |
public static boolean and(boolean self, boolean arg)
public static boolean not(boolean self)
public static boolean or(boolean self, boolean arg)
public static Object pick(boolean self, Object trueChoice, Object falseChoice)
public static boolean xor(boolean self, boolean arg)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |