package saker.util.thread
Functional interface similar to Consumer, but is capable of throwing an arbitrary exception.
TThe type of the argument that this consumer works on.
public void | accept( Executes the action for the given argument. |
public void | accept( Executes the action for the given argument. |