Uses of Interface
org.benf.cfr.reader.util.functors.UnaryFunction
Packages that use UnaryFunction
Package
Description
-
Uses of UnaryFunction in org.benf.cfr.reader.bytecode
Methods in org.benf.cfr.reader.bytecode that return UnaryFunctionModifier and TypeMethodDescriptionstatic UnaryFunction<BytecodeMeta, Boolean> BytecodeMeta.checkParam(PermittedOptionProvider.Argument<Boolean> param) static UnaryFunction<BytecodeMeta, Boolean> BytecodeMeta.hasAnyFlag(BytecodeMeta.CodeInfoFlag... flag) -
Uses of UnaryFunction in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that implement UnaryFunction -
Uses of UnaryFunction in org.benf.cfr.reader.bytecode.analysis.parse.utils
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type UnaryFunctionModifierConstructorDescriptionSSAIdentifierFactory(UnaryFunction<KEYTYPE, CMPTYPE> typeComparisonFunction) -
Uses of UnaryFunction in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities with parameters of type UnaryFunctionModifier and TypeMethodDescriptionFakeMethods.add(Object key, String nameHint, UnaryFunction<String, FakeMethod> methodFactory) ClassFile.addFakeMethod(Object key, String nameHint, UnaryFunction<String, FakeMethod> methodFactory) -
Uses of UnaryFunction in org.benf.cfr.reader.entities.exceptions
Methods in org.benf.cfr.reader.entities.exceptions that return UnaryFunctionModifier and TypeMethodDescriptionstatic UnaryFunction<ByteData, ExceptionTableEntry> ExceptionTableEntry.getBuilder() -
Uses of UnaryFunction in org.benf.cfr.reader.entityfactories
Methods in org.benf.cfr.reader.entityfactories that return UnaryFunctionModifier and TypeMethodDescriptionstatic UnaryFunction<ByteData, Attribute> AttributeFactory.getBuilder(ConstantPool cp, ClassFileVersion classFileVersion) Methods in org.benf.cfr.reader.entityfactories with parameters of type UnaryFunctionModifier and TypeMethodDescriptionstatic <X extends KnowsRawSize>
longContiguousEntityFactory.build(ByteData raw, int count, List<X> tgt, UnaryFunction<ByteData, X> func) static <X> longContiguousEntityFactory.buildSized(ByteData raw, int count, int itemLength, List<X> tgt, UnaryFunction<ByteData, X> func) -
Uses of UnaryFunction in org.benf.cfr.reader.mapping
Methods in org.benf.cfr.reader.mapping that return UnaryFunction -
Uses of UnaryFunction in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state that return UnaryFunction -
Uses of UnaryFunction in org.benf.cfr.reader.util.collections
Methods in org.benf.cfr.reader.util.collections with parameters of type UnaryFunctionModifier and TypeMethodDescriptionstatic <Y,X> List <Y> Functional.groupBy(List<X> input, Comparator<? super X> comparator, UnaryFunction<List<X>, Y> gf) Functional.groupToMapBy(Collection<X> input, Map<Y, List<X>> tgt, UnaryFunction<X, Y> mapF) Functional.groupToMapBy(Collection<X> input, UnaryFunction<X, Y> mapF) static <X,Y> List <Y> Functional.map(Collection<X> input, UnaryFunction<X, Y> function) static <X,Y> Map <X, Y> MapFactory.newExceptionRetainingLazyMap(UnaryFunction<X, Y> factory) static <X,Y> Map <X, Y> MapFactory.newIdentityLazyMap(UnaryFunction<X, Y> factory) static <X,Y> Map <X, Y> MapFactory.newLazyMap(Map<X, Y> base, UnaryFunction<X, Y> factory) static <X,Y> LazyMap <X, Y> MapFactory.newLazyMap(UnaryFunction<X, Y> factory) static <X,Y> Map <X, Y> MapFactory.newLinkedLazyMap(UnaryFunction<X, Y> factory) Constructors in org.benf.cfr.reader.util.collections with parameters of type UnaryFunction