Package org.hcl.pdftemplate.utils
Interface BundleUtils
public interface BundleUtils
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <From,To> FunctionWithException<From, Object[]> toParams(FunctionWithException<From, To> fn) static <From,To> FunctionWithException<From, String> toStringFn(String format, FunctionWithException<From, To> fn)
-
Method Details
-
toParams
-
toStringFn
static <From,To> FunctionWithException<From,String> toStringFn(String format, FunctionWithException<From, To> fn)
-