public static class DistributionMatch.AndThen extends Object implements DistributionMatch
DistributionMatch.All, DistributionMatch.AndThen, DistributionMatch.Any| Constructor and Description |
|---|
AndThen(DistributionMatch first,
DistributionMatch second) |
| Modifier and Type | Method and Description |
|---|---|
DistributionMatch |
first() |
boolean |
match(de.flapdoodle.embed.process.distribution.Distribution distribution) |
DistributionMatch |
second() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitall, andThen, any, anypublic AndThen(DistributionMatch first, DistributionMatch second)
public DistributionMatch first()
public DistributionMatch second()
public boolean match(de.flapdoodle.embed.process.distribution.Distribution distribution)
match in interface DistributionMatchCopyright © 2024. All rights reserved.