All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tukeof.common.function.VoidConsumer Maven / Gradle / Ivy

The newest version!
package com.tukeof.common.function;

@FunctionalInterface
public interface VoidConsumer {
    void accept();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy