com.ibm.streamsx.topology.streams

Class CollectionStreams.FlattenMap<M extends java.util.Map<K,V>,K,V>

  • java.lang.Object
    • com.ibm.streamsx.topology.streams.CollectionStreams.FlattenMap<M,K,V>
  • All Implemented Interfaces:
    Function<M,java.lang.Iterable<java.util.AbstractMap.SimpleImmutableEntry<K,V>>>, java.io.Serializable
    Enclosing class:
    CollectionStreams


    public static class CollectionStreams.FlattenMap<M extends java.util.Map<K,V>,K,V>
    extends java.lang.Object
    implements Function<M,java.lang.Iterable<java.util.AbstractMap.SimpleImmutableEntry<K,V>>>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      FlattenMap() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Iterable<java.util.AbstractMap.SimpleImmutableEntry<K,V>> apply(M v) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlattenMap

        public FlattenMap()
    • Method Detail

      • apply

        public java.lang.Iterable<java.util.AbstractMap.SimpleImmutableEntry<K,V>> apply(M v)
        Specified by:
        apply in interface Function<M extends java.util.Map<K,V>,java.lang.Iterable<java.util.AbstractMap.SimpleImmutableEntry<K,V>>>
streamsx.topology 2.1 @ IBMStreams GitHub