JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.flyfish.oauth.common
Consumer
Contents
Description
Method Summary
Method Details
accept(T)
Hide sidebar
Show sidebar
Interface Consumer<
T
>
public interface
Consumer<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
T
t)
Performs this operation on the given argument.
Method Details
accept
void
accept
(
T
t)
Performs this operation on the given argument.
Parameters:
t
- the input argument