
com.urbanairship.connect.java8.Consumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connect-client Show documentation
Show all versions of connect-client Show documentation
The UA Connect Java client library
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