public interface BaseFieldInfo<T> extends DslField
| Modifier and Type | Method and Description |
|---|---|
default StepCondition |
allMatch(Collection<T> values) |
default StepCondition |
allMatch(Predicate<T> value) |
default StepCondition |
allMatch(T... values) |
default StepCondition |
anyMatch(Collection<T> values) |
default StepCondition |
anyMatch(Predicate<T> value) |
default StepCondition |
anyMatch(T... values) |
default StepCondition |
eq(BaseFieldInfo<T> value) |
default StepCondition |
eq(Supplier<T> value) |
default StepCondition |
eq(T value) |
DefaultCondition<T> |
getDefaultCondition() |
default StepCondition |
isNotNull() |
default StepCondition |
isNull() |
default IntegerCondition |
mapToInt(Function<T,Integer> mapper) |
default StepCondition |
noneMatch(Collection<T> values) |
default StepCondition |
noneMatch(Predicate<T> value) |
default StepCondition |
noneMatch(T... values) |
default StepCondition |
notEq(BaseFieldInfo<T> value) |
default StepCondition |
notEq(T value) |
default StepCondition isNull()
default StepCondition isNotNull()
default StepCondition eq(T value)
default StepCondition eq(BaseFieldInfo<T> value)
default StepCondition eq(Supplier<T> value)
default StepCondition notEq(T value)
default StepCondition notEq(BaseFieldInfo<T> value)
default StepCondition anyMatch(Predicate<T> value)
default StepCondition anyMatch(T... values)
default StepCondition anyMatch(Collection<T> values)
default StepCondition allMatch(Predicate<T> value)
default StepCondition allMatch(T... values)
default StepCondition allMatch(Collection<T> values)
default StepCondition noneMatch(Predicate<T> value)
default StepCondition noneMatch(T... values)
default StepCondition noneMatch(Collection<T> values)
default IntegerCondition mapToInt(Function<T,Integer> mapper)
DefaultCondition<T> getDefaultCondition()
Copyright © 2017. All rights reserved.