Package com.google.crypto.tink.internal
Interface TinkBugException.ThrowingSupplier<T>
-
- Enclosing class:
- TinkBugException
public static interface TinkBugException.ThrowingSupplier<T>A function which produces a T and may throw an Exception.Named after java.util.function.Supplier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-