Package org.eolang.maven.fp
Interface Footprint
-
- All Known Implementing Classes:
FpDefault
,FpEnvelope
,FpExistedSource
,FpFork
,FpGenerated
,FpIfOlder
,FpIfReleased
,FpIfTargetExists
,FpIfTargetOlder
,FpIgnore
,FpUpdateBoth
,FpUpdateFromCache
public interface Footprint extends org.cactoos.BiFunc<Path,Path,Path>
Footprint is a function that accepts path to source and target files, updates target file and returns it.- Since:
- 0.41.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Path
apply(Path source, Path target)
-
-
-
Method Detail
-
apply
Path apply(Path source, Path target) throws IOException
- Specified by:
apply
in interfaceorg.cactoos.BiFunc<Path,Path,Path>
- Throws:
IOException
-
-