Uses of Interface
net.fortytwo.flow.diff.DiffSink

Packages that use DiffSink
net.fortytwo.flow.diff   
 

Uses of DiffSink in net.fortytwo.flow.diff
 

Classes in net.fortytwo.flow.diff that implement DiffSink
 class Diff<T>
          A two-channel data pipeline which distinguishes between data items "added" and "removed"
 class NullDiffSink<T>
          A trivial diff sink which simply throws away all of its input
 

Methods in net.fortytwo.flow.diff with parameters of type DiffSink
 void DiffSource.writeTo(DiffSink<T> sink)
          Writes all of the data in this source to the specified diff sink
 void Diff.writeTo(DiffSink<T> sink)
           
 



Copyright © 2007-2014. All Rights Reserved.