Package com.sap.cds

Class Struct.IterableViewFactory

  • Enclosing class:
    Struct

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

      • 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