Interface HasStreamData

All Superinterfaces:
ContentType
All Known Implementing Classes:
AccountDocument, BusinessDocument, Document, FileData, MediaFile, MemoAttachment, PersonalDocument, StreamData, VirtualFileData
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HasStreamData extends ContentType
The HasStreamData functional interface represents entities that provide access to an instance of StreamData. Implementing this interface allows classes to encapsulate functionality for retrieving stream data associated with them. This can be used in scenarios where the handling, processing, or transformation of stream-based data is needed.
Author:
Syam