Package net.engio.mbassy.common
Interface IPredicate<T>
-
public interface IPredicate<T>
Created with IntelliJ IDEA.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
apply(T target)
-
-
-
Method Detail
-
apply
boolean apply(T target)
-
-