Uses of Interface
boofcv.misc.BoofLambdas.Extract
Packages that use BoofLambdas.Extract
-
Uses of BoofLambdas.Extract in boofcv.misc
Methods in boofcv.misc with parameters of type BoofLambdas.ExtractModifier and TypeMethodDescriptionstatic <In,Out> List<Out> BoofMiscOps.collectList(List<In> list, BoofLambdas.Extract<In, Out> func) Extracts elements from a list and returns a list