Package com.atlassian.jira.util
Interface Consumer<T>
- All Known Implementing Classes:
Base64InputStreamConsumer
@PublicApi
public interface Consumer<T>
Consume the object a
Supplier
produces.-
Method Summary
-
Method Details
-
consume
Consume the product.- Parameters:
element
- must not be null
-