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