Generic Function Map-Lines-In-File (3 methods)

( map-lines-in-file < function > < file-specifier > )

Part of:

package metabang.utilities
Reads the file to which file-specifier resolves one line at a time (using read-line) and applies `function` to each line. File-specifier can be a string pointing to a file, a logical or physical pathname or a stream.

Method Summary

map-lines-in-file < t > < pathname > 
map-lines-in-file < t > < string > 
map-lines-in-file < t > < t >