Class IsolatedFunction<S,T>

java.lang.Object
org.springframework.cloud.function.core.IsolatedFunction<S,T>
Type Parameters:
S - input type
T - output type
All Implemented Interfaces:
Function<S,T>, Isolated

public class IsolatedFunction<S,T> extends Object implements Function<S,T>, Isolated
Author:
Dave Syer