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