T1
- type of input instancesT2
- type of output instancespublic interface Function2<T1,T2>
Modifier and Type | Method and Description |
---|---|
void |
compute(T1 input1,
T1 input2,
T2 output)
Compute a value from the data in two inputs, and store in output.
|
Copyright © 2015–2021 Fiji. All rights reserved.