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

ommons.1.0.6.source-code.PrintAll Maven / Gradle / Ivy

Go to download

General structure to easily create dynamic logic via MethodHandles and others.

There is a newer version: 1.0.10
Show newest version
import java.util.Collection;

/**
 * Created by kuli on 22.02.17.
 */
@FunctionalInterface
public interface PrintAll {
    void printAll(Collection values);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy