Interface IOVoidFunction


public interface IOVoidFunction
A simple (optional) function that may throw an IOException. IndexOutOfBoundsException is also considered as serializer parsers may throw that also.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the function.
    static boolean
    Executes func but consumes IOException as execution is considered optional.