Class Unchecked

java.lang.Object
io.github.ascopes.protobufmavenplugin.utils.Unchecked

public final class Unchecked extends Object
Helper for invoking checked functions without handling exceptions that may be raised.

Use for cases where it is known that a checked exception cannot reasonably be thrown.

Since:
5.0.3
Author:
Ashley Scopes