Package com.sap.cds

Class Struct.IterableViewFactory

java.lang.Object
com.sap.cds.Struct.IterableViewFactory
Enclosing class:
Struct

public static final class Struct.IterableViewFactory extends Object
  • Method Details

    • as

      public <T> Stream<T> as(Class<T> view)
      Provides typed stream access on the underlying data maps.
      Type Parameters:
      T - the type of the returned Stream
      Parameters:
      view - the accessor interface
      Returns:
      a typed Stream of the underlying data maps