Predicate

TODO add interface description

interface Predicate (
T
) {}

Members

Functions

test
bool test(T t)
Undocumented in source.

Meta