Interface Function<R,​T>


public interface Function<R,​T>
Interface defining a function object.
  • Method Summary

    Modifier and Type Method Description
    R call​(Class<?> theClass, T value, Object[] params)