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