com.github.azbh111.utils.java.lambda.SBiFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils-java Show documentation
Show all versions of utils-java Show documentation
com.github.azbh111:utils-java
The newest version!
package com.github.azbh111.utils.java.lambda;
import java.util.function.BiFunction;
/**
* @author: zyp
* @date: 2020/12/17 11:47
*/
@FunctionalInterface
public interface SBiFunction extends BiFunction, SSerializable {
}