Package org.gcube.contentmanagement.gcubedocumentlibrary.streams.adapters

Class Summary
AbstractAdapter<FROM,TO,E extends Exception> Abstract implementation for streams that adapt the elements of RemoteIterator-based streams to other elements of the same or different type.
LocalAdapter<FROM,TO> An AbstractAdapter with a standard Iterator interface.
RemoteAdapter<FROM,TO> An AbstractAdapter with a RemoteIterator interface.