nfdi4plants/arc-validate

Add `ARCExpect.forall`

Closed this issue · 2 comments

signature:

// performs action (e.g. ARCExpect.isValid) for each CvParam with the given term
// on class ByTerm:
static member forall (
    term: CvTerm,
    action: CvParam -> unit,
    cvp: seq<CvParam>) = ...

reminder @omaus

Just a small addition: It would be nice to also have an IParam overload. 😅

Not really relevant anymore, API design has chganged drastically.