T - the type of the first function parameterU - the type of the second function parameterR - the type of the result of the function@FunctionalInterface public interface SerializableBiFunction<T,U,R> extends BiFunction<T,U,R>, Serializable
BiFunction that is also Serializable.FunctionandThen, applyCopyright © 2023. All rights reserved.