Uses of Interface
org.benf.cfr.reader.util.functors.BinaryPredicate
-
Packages that use BinaryPredicate Package Description org.benf.cfr.reader.bytecode.analysis.parse.utils -
-
Uses of BinaryPredicate in org.benf.cfr.reader.bytecode.analysis.parse.utils
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type BinaryPredicate Modifier and Type Method Description boolean
SSAIdentifiers. mergeWith(SSAIdentifiers<KEYTYPE> other, BinaryPredicate<KEYTYPE,KEYTYPE> pred)
-