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

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

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 IKeyInject extends IStreamInject {
    IKeyInject filter(Predicate predicate);

     IKeyInject map(Function mapper);

     IKeyInject flatMap(Function> mapper);

    IOnInject on();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy