Uses of Interface
org.faktorips.runtime.util.function.IPredicate
-
Packages that use IPredicate Package Description org.faktorips.runtime -
-
Uses of IPredicate in org.faktorips.runtime
Methods in org.faktorips.runtime with parameters of type IPredicate Modifier and Type Method Description MessageListMessageList. getMessagesByMarker(IPredicate<IMarker> markerPredicate)Deprecated.for removal since 21.6; UseMessageList.getMessagesByMarker(Predicate)with the Java 8Predicateinstead.
-