public class AllComposition<S extends ContractState,C extends CommandData,K>
extends AllOf
Compose a number of clauses, such that all of the clauses must run for verification to pass.
Clause.Companion
Constructor and Description |
---|
AllComposition(Clause<? super S,C,? super K> firstClause,
net.corda.core.contracts.clauses.Clause remainingClauses)
Deprecated.
Compose a number of clauses, such that all of the clauses must run for verification to pass.
|
getClauses, matchedClauses, toString, verify
getClauses, getExecutionPath, matchedClauses
getExecutionPath, getRequiredCommands, verify
public AllComposition(Clause<? super S,C,? super K> firstClause, net.corda.core.contracts.clauses.Clause remainingClauses)
Compose a number of clauses, such that all of the clauses must run for verification to pass.