Uses of Interface
com.google.auto.value.extension.serializable.serializer.runtime.FunctionWithExceptions.FunctionWithException
-
Packages that use FunctionWithExceptions.FunctionWithException Package Description com.google.auto.value.extension.serializable.serializer.runtime -
-
Uses of FunctionWithExceptions.FunctionWithException in com.google.auto.value.extension.serializable.serializer.runtime
Methods in com.google.auto.value.extension.serializable.serializer.runtime with parameters of type FunctionWithExceptions.FunctionWithException Modifier and Type Method Description static <I,O>
Function<I,O>FunctionWithExceptions. wrapper(FunctionWithExceptions.FunctionWithException<I,O> fe)Creates a wrapper for lambdas that converts checked exceptions to runtime exceptions.
-