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
.Function
andThen, apply
Copyright © 2019. All rights reserved.