Package org.robolectric.util
Interface Function<R,T>
-
public interface Function<R,T>Interface defining a function object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rcall(java.lang.Class<?> theClass, T value, java.lang.Object[] params)
-