Uses of Interface
org.benf.cfr.reader.util.functors.UnaryProcedure
-
Packages that use UnaryProcedure Package Description org.benf.cfr.reader.entities org.benf.cfr.reader.util -
-
Uses of UnaryProcedure in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities with parameters of type UnaryProcedure Modifier and Type Method Description private void
ClassFile. analysePassOuterFirst(UnaryProcedure<ClassFile> fn)
-
Uses of UnaryProcedure in org.benf.cfr.reader.util
Methods in org.benf.cfr.reader.util with parameters of type UnaryProcedure Modifier and Type Method Description void
Optional. then(UnaryProcedure<T> func)
-