public interface BinaryInput<I1,I2> extends UnaryInput<I1>
UnaryInput, 
Output| Modifier and Type | Method and Description | 
|---|---|
default I1 | 
in()  | 
I1 | 
in1()  | 
I2 | 
in2()  | 
default void | 
setInput(I1 input)  | 
void | 
setInput1(I1 input1)  | 
void | 
setInput2(I2 input2)  | 
Copyright © 2014–2022 ImageJ. All rights reserved.