public class Intersection extends Object implements stream.Processor
Created by jebuss on 04.01.16.
@Parameter(required=true, description="key to the first set to intersect") public String setAKey
@Parameter(required=true, description="key to the second set to intersect") public String setBKey
@Parameter(required=true, description="key to the output set which contains the intersection") public String outsetKey
Copyright © 2019. All rights reserved.