On Wednesday, 4 February 2015 at 15:02:09 UTC, Kingsley wrote:
usually it applies to a collection e.g. List

in Scala there is one - that takes a function that returns a boolean. e.g.

List(1,2,3).forall(x => x < 3)

If I understand what you want correctly, std.algorithm.all

Reply via email to