pakoito
03/25/2020, 1:25 AMpredicates is List<(Data) -> Option<Data>> and structure is List<Data> . It should work with Either or Validated too. Validated accumulates errors, Error gives the first one, Option fails on the first one with None