qtil
advanced-security/qtil-swift 0.0.3
Search

Module Tp6::MapRelateSixth

Maps the set of sixth values in the set of tuples that satisfy the given predicate, against a mapper relation.

Sibling function of MapSixth, which operates on “functions” instead of “relations.”

Example:

predicate employs(Company company, Person person) { ... }
Pet getPets(Person p) { ... }

// Selects the pets of employed People.
select Tp2<Company, Person, employs/2>
  ::MapRelateSecond<Pet, getPets/1>
  ::find()

Import path

import qtil.fn.generated.Tp

Predicates

Parameters