all

all - Usage: all(x => x%2 == 0, [2, 4, 6]) == true

bool
all
(
T
)
(
bool delegate
(
T
)
p
,
T[] list
)

Meta