Uses of Interface
org.glassfish.pfl.basic.func.UnaryFunction
Packages that use UnaryFunction
Package
Description
-
Uses of UnaryFunction in org.glassfish.pfl.basic.algorithm
Subinterfaces of UnaryFunction in org.glassfish.pfl.basic.algorithmModifier and TypeInterfaceDescriptionstatic interfaceGraph.Finder<E>A Finder finds the immediate successors of an element of the graph.Methods in org.glassfish.pfl.basic.algorithm that return UnaryFunctionModifier and TypeMethodDescriptionstatic <A,R> UnaryFunction <A, R> Algorithms.mapToFunction(Map<A, R> map) Methods in org.glassfish.pfl.basic.algorithm with parameters of type UnaryFunctionModifier and TypeMethodDescriptionstatic <S,T> List <T> Algorithms.flatten(List<S> list, UnaryFunction<S, List<T>> map) Flatten the results of applying map to list into a list of T.static <A,R> void Algorithms.map(Collection<A> arg, Collection<R> result, UnaryFunction<A, R> func) static <A,R> List <R> Algorithms.map(List<A> arg, UnaryFunction<A, R> func) static <K,A, R> Map <K, R> Algorithms.map(Map<K, A> arg, UnaryFunction<A, R> func) -
Uses of UnaryFunction in org.glassfish.pfl.basic.func
Classes in org.glassfish.pfl.basic.func that implement UnaryFunction -
Uses of UnaryFunction in org.glassfish.pfl.basic.tools.argparser
Subinterfaces of UnaryFunction in org.glassfish.pfl.basic.tools.argparserClasses in org.glassfish.pfl.basic.tools.argparser that implement UnaryFunctionFields in org.glassfish.pfl.basic.tools.argparser declared as UnaryFunctionModifier and TypeFieldDescriptionstatic final UnaryFunction<Method, ElementParser> ElementParser.factory -
Uses of UnaryFunction in org.glassfish.pfl.tf.tools.enhancer
Classes in org.glassfish.pfl.tf.tools.enhancer that implement UnaryFunction