- Type Parameters:
T - input argument type
R - output argument type
- All Implemented Interfaces:
- Function<T,R>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.cloud.function.core.FunctionFactoryMetadata<Function<T,R>>
public class LambdaCompilingFunction<T,R>
extends AbstractLambdaCompilingProxy<Function<T,R>>
implements org.springframework.cloud.function.core.FunctionFactoryMetadata<Function<T,R>>, Function<T,R>
- Author:
- Mark Fisher