Skip navigation links
A C F N O T V 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
 
and(boolean) - Method in class net.kemitix.conditional.Value.FalseValueClause
 
and(boolean) - Method in class net.kemitix.conditional.Value.TrueValueClause
 
and(boolean) - Method in interface net.kemitix.conditional.Value.ValueClause
Logically AND combine the current Value.ValueClause with clause.
andNot(boolean) - Method in interface net.kemitix.conditional.Condition
Logically AND combine the current Condition with boolean opposite of the clause.
andNot(boolean) - Method in interface net.kemitix.conditional.Value.ValueClause
Logically AND combine the current Value.ValueClause 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.
CONDITIONS - Static variable in interface net.kemitix.conditional.Condition
 

F

FALSE - Static variable in interface net.kemitix.conditional.Condition
 
FalseCondition() - Constructor for class net.kemitix.conditional.Condition.FalseCondition
 
FalseValueClause() - Constructor for class net.kemitix.conditional.Value.FalseValueClause
 

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
 
or(boolean) - Method in class net.kemitix.conditional.Value.FalseValueClause
 
or(boolean) - Method in class net.kemitix.conditional.Value.TrueValueClause
 
or(boolean) - Method in interface net.kemitix.conditional.Value.ValueClause
Logically OR combine the current Value.ValueClause with clause.
orNot(boolean) - Method in interface net.kemitix.conditional.Condition
Logically OR combine the current Condition with the boolean opposite of the clause.
orNot(boolean) - Method in interface net.kemitix.conditional.Value.ValueClause
Logically OR combine the current Value.ValueClause with 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
 
otherwise(Supplier<T>) - Method in interface net.kemitix.conditional.Value.ValueClause.ValueSupplier
Determine the value by whether the Value.ValueClause was true or false.

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
 
then(Supplier<T>) - Method in class net.kemitix.conditional.Value.FalseValueClause
 
then(Supplier<T>) - Method in class net.kemitix.conditional.Value.TrueValueClause
 
then(Supplier<T>) - Method in interface net.kemitix.conditional.Value.ValueClause
Create a Value.ValueClause.ValueSupplier with the Supplier should the Value.ValueClause be true.
TRUE - Static variable in interface net.kemitix.conditional.Condition
 
TrueCondition() - Constructor for class net.kemitix.conditional.Condition.TrueCondition
 
TrueValueClause() - Constructor for class net.kemitix.conditional.Value.TrueValueClause
 

V

Value - Interface in net.kemitix.conditional
A Value from an if-then-else in a functional-style.
Value.FalseValueClause<T> - Class in net.kemitix.conditional
An intermediate state where the clause has evaluated to false.
Value.TrueValueClause<T> - Class in net.kemitix.conditional
An intermediate state where the clause has evaluated to true.
Value.ValueClause<T> - Interface in net.kemitix.conditional
An intermediate state in determining the final Value.
Value.ValueClause.ValueSupplier<T> - Interface in net.kemitix.conditional
An intermediate result of the Value.

W

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

Copyright © 2015–2017. All rights reserved.