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