public class Union extends Object implements stream.Processor
@Parameter(required=true, description="key to the first set to be united") public String setAKey
@Parameter(required=true, description="key to the second set to be united") public String setBKey
@Parameter(required=true, description="key to the output set which contains the union") public String outsetKey
Copyright © 2019. All rights reserved.