public abstract static class Function.Cts2Cts2Cts extends Function.Native2
Function.Native.WithInverse
Function.Cts2Cts, Function.Cts2Cts2Cts, Function.CtsD2CtsD, Function.HasInverse, Function.Native, Function.Native2, Function.Native3
Value.Atomic, Value.Bool, Value.Char, Value.Chars, Value.Cts, Value.Defer, Value.Discrete, Value.Enum, Value.Inc_Or, Value.Int, Value.Lambda, Value.List, Value.Maybe, Value.Option, Value.Real, Value.Scannable, Value.Structured, Value.Triv, Value.Tuple
Constructor and Description |
---|
Cts2Cts2Cts() |
Modifier and Type | Method and Description |
---|---|
abstract double |
apply_xx(double x,
double y)
Does the work, roughly this(v)(w)=apply_xx(v,w).
|
Function.Cts2Cts |
apply(Value v)
Given 'v', return a
Cts2Cts which takes
'w' and calls apply_xx(v,w) . |
Value |
apply2(Value x,
Value y)
apply2 calls
apply_xx(x,y) . |
public Function.Cts2Cts apply(Value v)
Cts2Cts
which takes
'w' and calls apply_xx(v,w)
.apply
in class Function.Native2
public Value apply2(Value x, Value y)
apply_xx(x,y)
.
Assumes that the AoM() of the result is zero or
is handled elsewhere.apply2
in class Function.Native2
public abstract double apply_xx(double x, double y)