Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotBetweenWhenPresent
Packages that use IsNotBetweenWhenPresent
-
Uses of IsNotBetweenWhenPresent in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotBetweenWhenPresentModifier and TypeMethodDescriptionprotected IsNotBetweenWhenPresent<T> static <T> IsNotBetweenWhenPresent<T> IsNotBetweenWhenPresent.empty()IsNotBetweenWhenPresent.filter(BiPredicate<? super @NonNull T, ? super @NonNull T> predicate) <R> IsNotBetweenWhenPresent<R> <R> IsNotBetweenWhenPresent<R> IsNotBetweenWhenPresent.map(Function<? super @NonNull T, ? extends @Nullable R> mapper1, Function<? super @NonNull T, ? extends @Nullable R> mapper2) static <T> IsNotBetweenWhenPresent<T> IsNotBetweenWhenPresent.of(@Nullable T value1, @Nullable T value2)