fun <T : Path> Builder<T>.allLines(charset: Charset = Charsets.UTF_8): Builder<List<String>>
Maps this assertion to an assertion over all lines of this subject path decoded using the provided charset.
charset - the charset to use in decoding
See Also