Uses of Annotation Interface
uk.ac.manchester.spinnaker.utils.UsedInJavadocOnly
Packages that use UsedInJavadocOnly
-
Uses of UsedInJavadocOnly in uk.ac.manchester.spinnaker.utils
Methods in uk.ac.manchester.spinnaker.utils with annotations of type UsedInJavadocOnlyModifier and TypeMethodDescriptionstatic <T,
U> List<U> CollectionUtils.lmap
(Collection<T> list, Function<T, U> fun) LikeStream.map(Function)
, but for lists/collections.