Uses of Interface
de.iip_ecosphere.platform.support.function.IOVoidFunction
Packages that use IOVoidFunction
Package
Description
Extended Java function interfaces for lambda functions.
-
Uses of IOVoidFunction in de.iip_ecosphere.platform.support.function
Methods in de.iip_ecosphere.platform.support.function with parameters of type IOVoidFunctionModifier and TypeMethodDescriptionstatic booleanIOVoidFunction.optional(IOVoidFunction func) Executesfuncbut consumesIOExceptionas execution is considered optional.