Interface VoidFunction
public interface VoidFunction
Functional interface that performs an operation that returns nothing.
Follows naming scheme of Java 8 functional interfaces.
-
Method Summary
-
Method Details
-
apply
void apply()
-
Follows naming scheme of Java 8 functional interfaces.