A - the type of the first parameter.B - the type of the second parameterpublic interface VoidBiCommand<A,B>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(A firstParameter,
B secondParameter)
executes the command
|
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.