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

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

There is a newer version: 5.4.2
Show newest version
package com.urbanairship.connect.java8;

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

    public void accept(T event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy