All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wzc789376152.springboot.shardingjdbc.function.ShardingListFunction Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.springboot.shardingjdbc.function;

import com.baomidou.mybatisplus.core.conditions.Wrapper;

import java.util.List;

@FunctionalInterface
public interface ShardingListFunction {
    R apply(P1 p1, P2 p2, P3 p3);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy