com.flyfish.oauth.common.Consumer Maven / Gradle / Ivy
package com.flyfish.oauth.common;
public interface Consumer {
/**
* Performs this operation on the given argument.
*
* @param t the input argument
*/
void accept(T t);
}