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

com.github.sviperll.Consumer Maven / Gradle / Ivy

/*
 * Copyright 2013 Victor Nazarov .
 */
package com.github.sviperll;

/**
 *
 * @author Victor Nazarov 
 */
public interface Consumer {
    void accept(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy