- All Implemented Interfaces:
- Serializable, SerializableFunction<Iterable<String>,String>
- Enclosing class:
- CombinePerKeyExamples
public static class CombinePerKeyExamples.ConcatWords
extends Object
implements SerializableFunction<Iterable<String>,String>
A 'combine function' used with the Combine.perKey transform. Builds a
comma-separated string of all input items. So, it will build a string
containing all the different Shakespeare plays in which the given input
word has appeared.
- See Also:
- Serialized Form