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