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