Package jadex.commons.functional
Interface Consumer<T>
- 
 public interface Consumer<T>Functional interface for a consumer T -> ()
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T t)
 
- 
- 
- 
Method Detail- 
acceptvoid accept(T t) 
 
- 
 
-