public final class
Operands
Utilities for manipulating operand related types and lists.
Public Methods
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public static Output[]<?> asOutputs (Iterable<? extends Operand<?>> inputs)
Converts a list of Operand
into an array of Output
.
Operation wrappers need to convert back a list of inputs into an array of outputs in order
to build an operation, see OperationBuilder.addInputList(Output[])
.
Parameters
inputs | an iteration of input operands |
---|
Returns
- an array of outputs