T - the type of the input to the functionR - the type of the result of the function@FunctionalInterface public interface EnhancedFunction<T,R> extends Function<T,R>, Serializable
This is a functional interface whose functional method is
Function.apply(Object).
Copyright © 2024 flmelody. All rights reserved.