WithKeys

Kata: Convert each fruit name into a KV of its first letter and itself, e.g. apple => KV.of("a", "apple")


Use WithKeys.
If using a lambda in Java 8, withKeyType(TypeDescriptor) must be called on the result PTransform.