Interface VoidFunction
-
public interface VoidFunction
Functional interface that performs an operation that returns nothing.Follows naming scheme of Java 8 functional interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply()
-