Class StreamAdapter<T>

java.lang.Object
org.tquadrat.foundation.stream.StreamAdapter<T>
Type Parameters:
T - The type of the stream's elements.
All Implemented Interfaces:
AutoCloseable, BaseStream<T,Stream<T>>, Stream<T>

@ClassVersion(sourceVersion="$Id: StreamAdapter.java 1060 2023-09-24 19:21:40Z tquadrat $") @API(status=STABLE, since="0.0.7") public class StreamAdapter<T> extends Object implements Stream<T>
This class allows to intercept the calls to the methods of Stream. The default implementations of the methods will just delegate to the wrapped stream.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: StreamAdapter.java 1060 2023-09-24 19:21:40Z tquadrat $
Since:
0.0.7
UML Diagram
UML Diagram for "org.tquadrat.foundation.stream.StreamAdapter"

UML Diagram for "org.tquadrat.foundation.stream.StreamAdapter"

UML Diagram for "org.tquadrat.foundation.stream.StreamAdapter"