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

com.urbanairship.connect.java8.Consumer Maven / Gradle / Ivy

The newest version!
package com.urbanairship.connect.java8;

/**
 * A Java 7 copy of the Consumer interface from Java 8.
 */
public interface Consumer {

    void accept(T event);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy