A - The type of the domainB - The type of the codomainpublic interface FunctionType<A,B>
Non-dependent unary function type.
| Modifier and Type | Method and Description |
|---|---|
B |
call(A x)
Evaluate the function with the given argument.
|
Copyright © 2017 <code@io7m.com> http://io7m.com