Skip navigation links
A C D E F G I J K L M N O P R S T V 

A

add(JsonLogicNode) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
add(int, JsonLogicNode) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
ADD - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
add(Object) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
add(int, Object) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
addAll(Collection<? extends JsonLogicNode>) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
addAll(int, Collection<? extends JsonLogicNode>) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
addAll(Collection<?>) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
addAll(int, Collection<?>) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
addOperation(String, Function<Object[], Object>) - Method in class io.github.jamsesso.jsonlogic.JsonLogic
 
addOperation(JsonLogicExpression) - Method in class io.github.jamsesso.jsonlogic.JsonLogic
 
ALL - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MissingExpression
 
AllExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
AND - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.LogicExpression
 
apply(String, Object) - Method in class io.github.jamsesso.jsonlogic.JsonLogic
 
ArrayHasExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
ArrayLike - Class in io.github.jamsesso.jsonlogic.utils
 
ArrayLike(Object) - Constructor for class io.github.jamsesso.jsonlogic.utils.ArrayLike
 

C

clear() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
clear() - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
clear() - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
ConcatenateExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
contains(Object) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
contains(Object) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
containsAll(Collection<?>) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
containsAll(Collection<?>) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
containsKey(Object) - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
containsValue(Object) - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 

D

DIVIDE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
DOUBLE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.NotExpression
 

E

entrySet() - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
EqualityExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
equals(Object) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.AllExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.ArrayHasExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.ConcatenateExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.EqualityExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.FilterExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.IfExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.InequalityExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.InExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.LogExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.LogicExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.MapExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.MergeExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.MissingExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.NotExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.NumericComparisonExpression
 
evaluate(List, Object) - Method in interface io.github.jamsesso.jsonlogic.evaluator.expressions.PreEvaluatedArgumentsExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in interface io.github.jamsesso.jsonlogic.evaluator.expressions.PreEvaluatedArgumentsExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.ReduceExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.StrictEqualityExpression
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.StrictInequalityExpression
 
evaluate(List, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.SubstringExpression
 
evaluate(JsonLogicNode, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluator
 
evaluate(JsonLogicPrimitive<?>) - Method in class io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluator
 
evaluate(JsonLogicVariable, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluator
 
evaluate(JsonLogicArray, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluator
 
evaluate(JsonLogicOperation, Object) - Method in class io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluator
 
evaluate(JsonLogicEvaluator, JsonLogicArray, Object) - Method in interface io.github.jamsesso.jsonlogic.evaluator.JsonLogicExpression
 
extract(JsonElement) - Static method in class io.github.jamsesso.jsonlogic.utils.JsonValueExtractor
 

F

FALSE - Static variable in class io.github.jamsesso.jsonlogic.ast.JsonLogicBoolean
 
FilterExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 

G

get(int) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
get(int) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
get(Object) - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
getArguments() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicOperation
 
getDefaultValue() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicVariable
 
getKey() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicVariable
 
getOperator() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicOperation
 
getPrimitiveType() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicBoolean
 
getPrimitiveType() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicNull
 
getPrimitiveType() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicNumber
 
getPrimitiveType() - Method in interface io.github.jamsesso.jsonlogic.ast.JsonLogicPrimitive
 
getPrimitiveType() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicString
 
getType() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
getType() - Method in interface io.github.jamsesso.jsonlogic.ast.JsonLogicNode
 
getType() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicOperation
 
getType() - Method in interface io.github.jamsesso.jsonlogic.ast.JsonLogicPrimitive
 
getType() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicVariable
 
getValue() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicBoolean
 
getValue() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicNull
 
getValue() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicNumber
 
getValue() - Method in interface io.github.jamsesso.jsonlogic.ast.JsonLogicPrimitive
 
getValue() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicString
 
GT - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.NumericComparisonExpression
 
GTE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.NumericComparisonExpression
 

I

IF - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.IfExpression
 
IfExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
indexOf(Object) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
indexOf(Object) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
InequalityExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
InExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.AllExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.ConcatenateExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.EqualityExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.FilterExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.InequalityExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.InExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MapExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MergeExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.ReduceExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.StrictEqualityExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.StrictInequalityExpression
 
INSTANCE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.SubstringExpression
 
io.github.jamsesso.jsonlogic - package io.github.jamsesso.jsonlogic
 
io.github.jamsesso.jsonlogic.ast - package io.github.jamsesso.jsonlogic.ast
 
io.github.jamsesso.jsonlogic.evaluator - package io.github.jamsesso.jsonlogic.evaluator
 
io.github.jamsesso.jsonlogic.evaluator.expressions - package io.github.jamsesso.jsonlogic.evaluator.expressions
 
io.github.jamsesso.jsonlogic.utils - package io.github.jamsesso.jsonlogic.utils
 
isEligible(Object) - Static method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
isEligible(Object) - Static method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
isEmpty() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
isEmpty() - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
isEmpty() - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
iterator() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
iterator() - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 

J

JsonLogic - Class in io.github.jamsesso.jsonlogic
 
JsonLogic() - Constructor for class io.github.jamsesso.jsonlogic.JsonLogic
 
JsonLogicArray - Class in io.github.jamsesso.jsonlogic.ast
 
JsonLogicArray(List<JsonLogicNode>) - Constructor for class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
JsonLogicBoolean - Class in io.github.jamsesso.jsonlogic.ast
 
JsonLogicBoolean(boolean) - Constructor for class io.github.jamsesso.jsonlogic.ast.JsonLogicBoolean
 
JsonLogicEvaluationException - Exception in io.github.jamsesso.jsonlogic.evaluator
 
JsonLogicEvaluationException(String) - Constructor for exception io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluationException
 
JsonLogicEvaluationException(Throwable) - Constructor for exception io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluationException
 
JsonLogicEvaluationException(String, Throwable) - Constructor for exception io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluationException
 
JsonLogicEvaluator - Class in io.github.jamsesso.jsonlogic.evaluator
 
JsonLogicEvaluator(Collection<JsonLogicExpression>) - Constructor for class io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluator
 
JsonLogicException - Exception in io.github.jamsesso.jsonlogic
 
JsonLogicException(String) - Constructor for exception io.github.jamsesso.jsonlogic.JsonLogicException
 
JsonLogicException(Throwable) - Constructor for exception io.github.jamsesso.jsonlogic.JsonLogicException
 
JsonLogicException(String, Throwable) - Constructor for exception io.github.jamsesso.jsonlogic.JsonLogicException
 
JsonLogicExpression - Interface in io.github.jamsesso.jsonlogic.evaluator
 
JsonLogicNode - Interface in io.github.jamsesso.jsonlogic.ast
 
JsonLogicNodeType - Enum in io.github.jamsesso.jsonlogic.ast
 
JsonLogicNull - Class in io.github.jamsesso.jsonlogic.ast
 
JsonLogicNumber - Class in io.github.jamsesso.jsonlogic.ast
 
JsonLogicNumber(Number) - Constructor for class io.github.jamsesso.jsonlogic.ast.JsonLogicNumber
 
JsonLogicOperation - Class in io.github.jamsesso.jsonlogic.ast
 
JsonLogicOperation(String, JsonLogicArray) - Constructor for class io.github.jamsesso.jsonlogic.ast.JsonLogicOperation
 
JsonLogicParseException - Exception in io.github.jamsesso.jsonlogic.ast
 
JsonLogicParseException(String) - Constructor for exception io.github.jamsesso.jsonlogic.ast.JsonLogicParseException
 
JsonLogicParseException(Throwable) - Constructor for exception io.github.jamsesso.jsonlogic.ast.JsonLogicParseException
 
JsonLogicParseException(String, Throwable) - Constructor for exception io.github.jamsesso.jsonlogic.ast.JsonLogicParseException
 
JsonLogicParser - Class in io.github.jamsesso.jsonlogic.ast
 
JsonLogicPrimitive<T> - Interface in io.github.jamsesso.jsonlogic.ast
 
JsonLogicPrimitiveType - Enum in io.github.jamsesso.jsonlogic.ast
 
JsonLogicString - Class in io.github.jamsesso.jsonlogic.ast
 
JsonLogicString(String) - Constructor for class io.github.jamsesso.jsonlogic.ast.JsonLogicString
 
JsonLogicVariable - Class in io.github.jamsesso.jsonlogic.ast
 
JsonLogicVariable(JsonLogicNode, JsonLogicNode) - Constructor for class io.github.jamsesso.jsonlogic.ast.JsonLogicVariable
 
JsonValueExtractor - Class in io.github.jamsesso.jsonlogic.utils
 

K

key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.AllExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.ArrayHasExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.ConcatenateExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.EqualityExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.FilterExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.IfExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.InequalityExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.InExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.LogExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.LogicExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.MapExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.MergeExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.MissingExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.NotExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.NumericComparisonExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.ReduceExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.StrictEqualityExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.StrictInequalityExpression
 
key() - Method in class io.github.jamsesso.jsonlogic.evaluator.expressions.SubstringExpression
 
key() - Method in interface io.github.jamsesso.jsonlogic.evaluator.JsonLogicExpression
 
keySet() - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 

L

lastIndexOf(Object) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
lastIndexOf(Object) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
listIterator() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
listIterator(int) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
listIterator() - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
listIterator(int) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
LogExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
LogExpression(PrintStream) - Constructor for class io.github.jamsesso.jsonlogic.evaluator.expressions.LogExpression
 
LogicExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
LT - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.NumericComparisonExpression
 
LTE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.NumericComparisonExpression
 

M

MapExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
MapLike - Class in io.github.jamsesso.jsonlogic.utils
 
MapLike(Object) - Constructor for class io.github.jamsesso.jsonlogic.utils.MapLike
 
MathExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
MathExpression(String, BiFunction<Double, Double, Double>) - Constructor for class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
MathExpression(String, BiFunction<Double, Double, Double>, int) - Constructor for class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
MAX - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
MergeExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
MIN - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
MissingExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
MODULO - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 
MULTIPLY - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 

N

NONE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.ArrayHasExpression
 
NotExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
NULL - Static variable in class io.github.jamsesso.jsonlogic.ast.JsonLogicNull
 
NumericComparisonExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 

O

OR - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.LogicExpression
 

P

parse(String) - Static method in class io.github.jamsesso.jsonlogic.ast.JsonLogicParser
 
PreEvaluatedArgumentsExpression - Interface in io.github.jamsesso.jsonlogic.evaluator.expressions
 
put(Object, Object) - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
putAll(Map<?, ?>) - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 

R

ReduceExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
remove(Object) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
remove(int) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
remove(Object) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
remove(int) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
remove(Object) - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
removeAll(Collection<?>) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
removeAll(Collection<?>) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
retainAll(Collection<?>) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
retainAll(Collection<?>) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 

S

set(int, JsonLogicNode) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
set(int, Object) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
SINGLE - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.NotExpression
 
size() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
size() - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
size() - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
SOME - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.ArrayHasExpression
 
SOME - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MissingExpression
 
STDOUT - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.LogExpression
 
StrictEqualityExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
StrictInequalityExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
subList(int, int) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
subList(int, int) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
SubstringExpression - Class in io.github.jamsesso.jsonlogic.evaluator.expressions
 
SUBTRACT - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.MathExpression
 

T

TERNARY - Static variable in class io.github.jamsesso.jsonlogic.evaluator.expressions.IfExpression
 
toArray() - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
toArray(T[]) - Method in class io.github.jamsesso.jsonlogic.ast.JsonLogicArray
 
toArray() - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
toArray(T[]) - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
toString() - Method in class io.github.jamsesso.jsonlogic.utils.ArrayLike
 
transform(Object) - Static method in class io.github.jamsesso.jsonlogic.evaluator.JsonLogicEvaluator
 
TRUE - Static variable in class io.github.jamsesso.jsonlogic.ast.JsonLogicBoolean
 
truthy(Object) - Static method in class io.github.jamsesso.jsonlogic.JsonLogic
 

V

valueOf(String) - Static method in enum io.github.jamsesso.jsonlogic.ast.JsonLogicNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.jamsesso.jsonlogic.ast.JsonLogicPrimitiveType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.jamsesso.jsonlogic.ast.JsonLogicNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.jamsesso.jsonlogic.ast.JsonLogicPrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.github.jamsesso.jsonlogic.utils.MapLike
 
A C D E F G I J K L M N O P R S T V 
Skip navigation links