findall(Term, Goal, List, Tail)
Variant of the standard findall/3
that allows passing the tail of the results list. This built-in meta-predicate is declared as a private method and thus cannot be used as a message to an object.
findall(?term, +callable, ?list, +list)
(same as the standard
findall/3
predicate)
findall(Term, Goal, List, Tail)
findall(Term, ::Goal, List, Tail)
findall(Term, Object::Goal, List, Tail)