Uses of Interface
com.google.crypto.tink.internal.TinkBugException.ThrowingSupplier
-
Packages that use TinkBugException.ThrowingSupplier Package Description com.google.crypto.tink.internal -
-
Uses of TinkBugException.ThrowingSupplier in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal with parameters of type TinkBugException.ThrowingSupplier Modifier and Type Method Description static <T> TTinkBugException. exceptionIsBug(TinkBugException.ThrowingSupplier<T> t)Swallows an exception and translates it into a TinkBugException.
-