Class BetterFiles


  • public final class BetterFiles
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BetterFiles()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.vavr.control.Try<java.lang.String> tryReadFileContent​(java.nio.file.Path filePath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BetterFiles

        public BetterFiles()
    • Method Detail

      • tryReadFileContent

        public static io.vavr.control.Try<java.lang.String> tryReadFileContent​(java.nio.file.Path filePath)