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


public interface Consumer<T>

Consume the object a Supplier produces.


Method Summary
 void consume(T element)
          Consume the product.
 

Method Detail

consume

void consume(T element)
Consume the product.

Parameters:
element - must not be null


Copyright © 2012 Atlassian. All Rights Reserved.