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

com.flyfish.oauth.common.Consumer Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.flyfish.oauth.common;

public interface Consumer {

    /**
     * Performs this operation on the given argument.
     *
     * @param t the input argument
     */
    void accept(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy