@FunctionalInterface public interface SerializableFunction<T,R> extends java.util.function.Function<T,R>, Serializable
Function
that is also Serializable
.andThen, apply, compose, identity
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.