Package io.inugami.api.functionnals
Class NamedVoidFunctionWithException
- java.lang.Object
-
- io.inugami.api.functionnals.NamedVoidFunctionWithException
-
- All Implemented Interfaces:
VoidFunctionWithException
public class NamedVoidFunctionWithException extends Object implements VoidFunctionWithException
-
-
Constructor Summary
Constructors Constructor Description NamedVoidFunctionWithException()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VoidFunctionWithExceptionof(String name, VoidFunctionWithException action)voidprocess()StringtoString()
-
-
-
Method Detail
-
of
public static VoidFunctionWithException of(String name, VoidFunctionWithException action)
-
process
public void process() throws Exception- Specified by:
processin interfaceVoidFunctionWithException- Throws:
Exception
-
-