object transformPaths
- Alphabetic
- By Inheritance
- transformPaths
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def analyze[S[_]](inPath: EndoK[AbsPath], outPath: EndoK[AbsPath], outPathR: EndoK[RelPath])(implicit S: :<:[Analyze, S]): ~>[S, [β$16$]Free[S, β$16$]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fileSystem[S[_]](inPath: EndoK[AbsPath], outPath: EndoK[AbsPath], outPathR: ~>[RelPath, RelPath])(implicit S0: :<:[ReadFile, S], S1: :<:[WriteFile, S], S2: :<:[ManageFile, S], S3: :<:[QueryFile, S]): ~>[S, [β$20$]Free[S, β$20$]]
Returns a natural transformation that transforms all paths in
FileSystemoperations using the given functions.Returns a natural transformation that transforms all paths in
FileSystemoperations using the given functions.- inPath
transforms input paths
- outPath
transforms output paths (including those in errors)
- outPathR
transforms relative output paths
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
manageFile[S[_]](inPath: EndoK[AbsPath], outPath: EndoK[AbsPath])(implicit S: :<:[ManageFile, S]): ~>[S, [β$8$]Free[S, β$8$]]
Returns a natural transformation that transforms all paths in
ManageFileoperations using the given functions.Returns a natural transformation that transforms all paths in
ManageFileoperations using the given functions.- inPath
transforms input paths
- outPath
transforms output paths (including those in errors)
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
queryFile[S[_]](inPath: EndoK[AbsPath], outPath: EndoK[AbsPath], outPathR: EndoK[RelPath])(implicit S: :<:[QueryFile, S]): ~>[S, [β$12$]Free[S, β$12$]]
Returns a natural transformation that transforms all paths in
QueryFileoperations using the given functions.Returns a natural transformation that transforms all paths in
QueryFileoperations using the given functions.- inPath
transforms input paths
- outPath
transforms output paths (including those in errors)
- outPathR
transforms relative output paths
-
def
readFile[S[_]](inPath: EndoK[AbsPath], outPath: EndoK[AbsPath])(implicit S: :<:[ReadFile, S]): ~>[S, [β$0$]Free[S, β$0$]]
Returns a natural transformation that transforms all paths in
ReadFileoperations using the given transformations.Returns a natural transformation that transforms all paths in
ReadFileoperations using the given transformations.- inPath
transforms input paths
- outPath
transforms output paths (including those in errors)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
writeFile[S[_]](inPath: EndoK[AbsPath], outPath: EndoK[AbsPath])(implicit S: :<:[WriteFile, S]): ~>[S, [β$4$]Free[S, β$4$]]
Returns a natural transformation that transforms all paths in
WriteFileoperations using the given functions.Returns a natural transformation that transforms all paths in
WriteFileoperations using the given functions.- inPath
transforms input paths
- outPath
transforms output paths (including those in errors)