Package io.nem.symbol.catapult.builders
Interface GeneratorUtils.ThrowingConsumer<T,E extends java.lang.Exception>
-
- Type Parameters:
T- Input type.E- Exception that is thrown.
- Enclosing class:
- GeneratorUtils
public static interface GeneratorUtils.ThrowingConsumer<T,E extends java.lang.Exception>Throwing consumer interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T t)Performs operation on the given argument.
-