public interface

Consumer

com.atlassian.plugin.util.collect.Consumer<T>

Class Overview

Consume the object a Supplier produces.

Summary

Public Methods
void consume(T element)
Consume the product.

Public Methods

public void consume (T element)

Consume the product.

Parameters
element must not be null