T - The type of the input to the functionR - The type of the result of the function@FunctionalInterface public interface SerializableFunction<T,R> extends Serializable, Function<T,R>
Function interface to specify that these implementations must be serializable.Copyright © 2025 CNES. All rights reserved.