Class 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