Fun I/O 2.0.0 Milestone 1
Pre-release
Pre-release
christian-schlichtherle
released this
14 Oct 16:43
·
125 commits
to master
since this release
This is the first milestone of Fun I/O 2.0.0. In this milestone, the Fun I/O API has been revisioned:
- The
map(Filter)
operations inSource
,Sink
,Store
andCodec
now delegate to theFilter
interface for better encapsulation. This allows for distinct optimizations, e.g. when transforming thecontent()
andcontent(int)
operations in theStore
interface. Most applications should not be affected by this change. - The deprecated
Buffer
interface has been removed.