A - The type of the domainpublic interface ProcedureType<A>
Non-dependent unary function type, equivalent to
Function<A, Unit> 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.
|
void call(A x)
x - The argumentCopyright © 2017 <code@io7m.com> http://io7m.com