Skip navigation links
A C F N O T W 

A

and(boolean) - Method in interface net.kemitix.conditional.Condition
Logically AND combine the current Condition with the clause.
and(boolean) - Method in class net.kemitix.conditional.Condition.FalseCondition
 
and(boolean) - Method in class net.kemitix.conditional.Condition.TrueCondition
 
andNot(boolean) - Method in interface net.kemitix.conditional.Condition
Logically AND combine the current Condition with boolean opposite of the clause.

C

Condition - Interface in net.kemitix.conditional
If-then-else in a functional-style.
Condition.FalseCondition - Class in net.kemitix.conditional
A Condition that has evaluated to false.
Condition.TrueCondition - Class in net.kemitix.conditional
A Condition that has evaluated to true.

F

FalseCondition() - Constructor for class net.kemitix.conditional.Condition.FalseCondition
 

N

net.kemitix.conditional - package net.kemitix.conditional
The MIT License (MIT) Copyright (c) 2017 Paul Campbell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

O

or(boolean) - Method in class net.kemitix.conditional.Condition.FalseCondition
 
or(boolean) - Method in interface net.kemitix.conditional.Condition
Logically OR combine the current Condition with the clause.
or(boolean) - Method in class net.kemitix.conditional.Condition.TrueCondition
 
orNot(boolean) - Method in interface net.kemitix.conditional.Condition
Logically OR combine the current Condition with the boolean opposite of the clause.
otherwise(Runnable) - Method in class net.kemitix.conditional.Condition.FalseCondition
 
otherwise(Runnable) - Method in interface net.kemitix.conditional.Condition
Perform this response if the Condition is false.
otherwise(boolean) - Method in interface net.kemitix.conditional.Condition
Create a new Condition for the clause as a continuation to an existing Condition.
otherwise(Runnable) - Method in class net.kemitix.conditional.Condition.TrueCondition
 

T

then(Runnable) - Method in class net.kemitix.conditional.Condition.FalseCondition
 
then(Runnable) - Method in interface net.kemitix.conditional.Condition
Perform this response if the Condition is true.
then(Runnable) - Method in class net.kemitix.conditional.Condition.TrueCondition
 
TrueCondition() - Constructor for class net.kemitix.conditional.Condition.TrueCondition
 

W

where(boolean) - Static method in interface net.kemitix.conditional.Condition
Create a new Condition for the clause.
whereNot(boolean) - Static method in interface net.kemitix.conditional.Condition
Create a new Condition for the boolean opposite of the clause.
A C F N O T W 
Skip navigation links

Copyright © 2015–2017. All rights reserved.