public class ClauseKt
Modifier and Type | Method and Description |
---|---|
static <C extends CommandData> |
matches(Clause<?,C,?> $receiver,
java.util.List<? extends net.corda.core.contracts.AuthenticatedObject<? extends C>> commands)
Determine if the given list of commands matches the required commands for a clause to trigger.
|
public static <C extends CommandData> boolean matches(Clause<?,C,?> $receiver, java.util.List<? extends net.corda.core.contracts.AuthenticatedObject<? extends C>> commands)
Determine if the given list of commands matches the required commands for a clause to trigger.