Interface ModelAccessProvider.IOVoidFunction

Enclosing interface:
ModelAccessProvider

public static interface ModelAccessProvider.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
    execute(ModelAccess modelAccess)
    Executes the function.