Package com.google.crypto.tink.internal
Interface TinkBugException.ThrowingRunnable
-
- Enclosing class:
- TinkBugException
public static interface TinkBugException.ThrowingRunnableA function which returns void and may throw an Exception.Named after java.lang.Runnable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()
-