DATATYPE - The type of object to filter.PARAMTYPE - The type of the parameter@FunctionalInterface public interface IFilterWithParameter<DATATYPE,PARAMTYPE> extends BiPredicate<DATATYPE,PARAMTYPE>, Serializable
IFilter instead. This is
basically a serializable BiPredicate.and, negate, or, testCopyright © 2014–2016 Philip Helger. All rights reserved.