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