A - The type of the domainE - The type of exceptions raisedpublic interface PartialProcedureType<A,E extends Throwable>
Non-dependent unary function type, equivalent to
PartialFunction<A, Unit, E> but substituting
void for Unit to avoid allocating useless objects.
| Modifier and Type | Method and Description |
|---|---|
void |
call(A x)
Evaluate the procedure with the given argument.
|
Copyright © 2017 <code@io7m.com> http://io7m.com