Join
public struct Join: Fn
Join derives a set of resources from target by applying each instance in
sourceSet to with target. Target can be either an index reference or a
lambda function. The index form is useful when the instances in the
sourceSet match the terms in an index. The join returns instances from index
(specified by with) that match the terms from sourceSet.
Join Struct Reference