public static interface TRecords.TypeLookupType
| Modifier and Type | Method and Description |
|---|---|
<A,E extends Exception> |
matchTypeLookup(com.io7m.jfunctional.PartialFunctionType<TRecords.TypeLookupSucceeded,A,E> success,
com.io7m.jfunctional.PartialFunctionType<TRecords.TypeLookupFailed,A,E> failure)
Evaluate functions to inspect the lookup result.
|
<A,E extends Exception> A matchTypeLookup(com.io7m.jfunctional.PartialFunctionType<TRecords.TypeLookupSucceeded,A,E> success, com.io7m.jfunctional.PartialFunctionType<TRecords.TypeLookupFailed,A,E> failure) throws E extends Exception
A - The type of returned valuesE - The type of raised exceptionssuccess - Evaluated if this result denotes successfailure - Evaluated if this result denotes failuremE - If m raises EE extends ExceptionCopyright © 2015 <code@io7m.com> http://io7m.com