Uses of Interface
io.github.queritylib.querity.api.Condition
-
Uses of Condition in io.github.queritylib.querity.api
Classes in io.github.queritylib.querity.api that implement ConditionModifier and TypeClassDescriptionclassclassclassclassclassclassFields in io.github.queritylib.querity.api with type parameters of type ConditionMethods in io.github.queritylib.querity.api that return types with arguments of type ConditionModifier and TypeMethodDescriptionAndConditionsWrapper.getConditions()OrConditionsWrapper.getConditions()Methods in io.github.queritylib.querity.api with parameters of type ConditionModifier and TypeMethodDescriptionstatic AndConditionsWrapper<T> Longstatic NotConditionstatic OrConditionsWrapperstatic QueryQuerity.wrapConditionInQuery(Condition condition) Constructor parameters in io.github.queritylib.querity.api with type arguments of type ConditionModifierConstructorDescriptionAndConditionsWrapper(List<Condition> conditions) OrConditionsWrapper(List<Condition> conditions)