A - The type of the first domainB - The type of the second domainC - The type of the codomainE - The type of exceptions raisedpublic interface PartialBiFunctionType<A,B,C,E extends Throwable>
Non-dependent binary partial function type.
| Modifier and Type | Method and Description |
|---|---|
C |
call(A x,
B y)
Evaluate the function with the given argument.
|
Copyright © 2017 <code@io7m.com> http://io7m.com