package im.actor.runtime.function; public interface Predicate<T> { boolean apply(T t); }