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 T, ? super T> predicate) <R> IsNotBetweenWhenPresent<R><R> IsNotBetweenWhenPresent<R>IsNotBetweenWhenPresent.map(Function<? super T, ? extends @Nullable R> mapper1, Function<? super T, ? extends @Nullable R> mapper2) static <T> IsNotBetweenWhenPresent<T>IsNotBetweenWhenPresent.of(@Nullable T value1, @Nullable T value2)