public interface Function<S extends Type<S>,T extends Type<T>,U extends Type<U>>
Modifier and Type | Method and Description |
---|---|
void |
compute(S s,
T t,
U u)
Perform an operation with inputs S and T and output U.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.