T - the type of the input to the functionR - the type of the result of the function@FunctionalInterface public interface SerializableFunction<T,R> extends Function<T,R>, Serializable
Function, which is also Serializable.static final long serialVersionUID
Copyright © 2016 Digipost. All rights reserved.