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