fi.iki.juri.collections
Interface FillerFunction<T>


public interface FillerFunction<T>

Interface for a class containing one no-argument function returning filler data for JIterTools.zipFill(java.util.Collection>).


Method Summary
 T getFiller()
           
 

Method Detail

getFiller

T getFiller()
Returns:
a value of type T.