Package org.eolang.maven.fp
Class FpIfTargetOlder
- java.lang.Object
-
- org.eolang.maven.fp.FpEnvelope
-
- org.eolang.maven.fp.FpIfTargetOlder
-
public final class FpIfTargetOlder extends FpEnvelope
Footprint that behaves like one of the given wrapped footprints depending on the result of comparison target and source in terms of last modified date.- Since:
- 0.41
-
-
Constructor Summary
Constructors Constructor Description FpIfTargetOlder(org.cactoos.Func<Path,Path> destination, Footprint first, Footprint second)
Ctor.
-