package com.googlecode.totallylazy; public interface BinaryPredicate<T> { boolean matches(T a, T b); }