Package com.ibm.wala.util.functions
Interface IntFunction<T>
-
public interface IntFunction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(int i)
-
-
-
Method Detail
-
apply
T apply(int i)
-
-