findall(Term, Goal, List)
(see the Prolog ISO standard definition)
findall(@term, +callable, -list)
(see the Prolog ISO standard)
findall(Term, ::Goal, List)
findall(Term, Object::Goal, List)