-
- All Implemented Interfaces:
public class MapElementFn.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MapElementFn.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <OutputT extends Any> MapElementFn<?, OutputT>into(TypeDescriptor<OutputT>Â outputType)Factory method of class, that take the output org.apache.beam.sdk.values.TypeDescriptor. -
-
Method Detail
-
into
final <OutputT extends Any> MapElementFn<?, OutputT> into(TypeDescriptor<OutputT>Â outputType)
Factory method of class, that take the output org.apache.beam.sdk.values.TypeDescriptor.
- Parameters:
outputType- a org.apache.beam.sdk.values.TypeDescriptor object
-
-
-
-