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

com.ly.mybatis.mapperservice.service.join.inject.interfaces.IStreamInject Maven / Gradle / Ivy

The newest version!
package com.ly.mybatis.mapperservice.service.join.inject.interfaces;

import java.util.Collection;
import java.util.function.Function;
import java.util.function.Predicate;

public interface IStreamInject {
    IStreamInject filter(Predicate predicate);

     IStreamInject map(Function mapper);

     IStreamInject flatMap(Function> mapper);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy