public class CombineDataArrays extends Object implements stream.Processor
| Modifier and Type | Field and Description |
|---|---|
String |
firstArrayKey |
String |
op |
String |
outputKey |
String |
secondArrayKey |
| Constructor and Description |
|---|
CombineDataArrays() |
@Parameter(required=true,
description="The key to your first array.")
public String firstArrayKey
@Parameter(required=true,
description="The key to your second array.")
public String secondArrayKey
@Parameter(required=false,
description="The key for the resulting array.")
public String outputKey
@Parameter(required=true,
description="The operation to perform, (add, sub, mul, div)")
public String op
Copyright © 2019. All rights reserved.