Uses of Interface
org.glassfish.pfl.basic.func.UnaryFunction
-
Packages that use UnaryFunction Package Description org.glassfish.pfl.basic.algorithm org.glassfish.pfl.basic.func org.glassfish.pfl.basic.tools.argparser org.glassfish.pfl.tf.tools.enhancer -
-
Uses of UnaryFunction in org.glassfish.pfl.basic.algorithm
Subinterfaces of UnaryFunction in org.glassfish.pfl.basic.algorithm Modifier and Type Interface Description static interface
Graph.Finder<E>
A Finder finds the immediate successors of an element of the graph.Methods in org.glassfish.pfl.basic.algorithm that return UnaryFunction Modifier and Type Method Description static <A,R>
UnaryFunction<A,R>Algorithms. mapToFunction(java.util.Map<A,R> map)
Methods in org.glassfish.pfl.basic.algorithm with parameters of type UnaryFunction Modifier and Type Method Description static <S,T>
java.util.List<T>Algorithms. flatten(java.util.List<S> list, UnaryFunction<S,java.util.List<T>> map)
Flatten the results of applying map to list into a list of T.static <A,R>
voidAlgorithms. map(java.util.Collection<A> arg, java.util.Collection<R> result, UnaryFunction<A,R> func)
static <A,R>
java.util.List<R>Algorithms. map(java.util.List<A> arg, UnaryFunction<A,R> func)
static <K,A,R>
java.util.Map<K,R>Algorithms. map(java.util.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 Modifier and Type Class Description class
UnaryFunctionBase<S,R>
-
Uses of UnaryFunction in org.glassfish.pfl.basic.tools.argparser
Subinterfaces of UnaryFunction in org.glassfish.pfl.basic.tools.argparser Modifier and Type Interface Description interface
ElementParser
Classes in org.glassfish.pfl.basic.tools.argparser that implement UnaryFunction Modifier and Type Class Description class
ElementParserImpl
Fields in org.glassfish.pfl.basic.tools.argparser declared as UnaryFunction Modifier and Type Field Description static UnaryFunction<java.lang.reflect.Method,ElementParser>
ElementParser. factory
private UnaryFunction<java.lang.String,java.lang.Object>
ElementParserImpl. func
Methods in org.glassfish.pfl.basic.tools.argparser that return UnaryFunction Modifier and Type Method Description private UnaryFunction<java.lang.String,java.lang.Object>
ElementParserImpl. getPrimitiveParser(java.lang.Class type)
private UnaryFunction<java.lang.String,java.lang.Object>
ElementParserImpl. makeClassConverter(java.lang.Class<?> type)
Constructors in org.glassfish.pfl.basic.tools.argparser with parameters of type UnaryFunction Constructor Description ResultData(UnaryFunction<java.lang.String,java.lang.Object> func, java.lang.String[] desc)
-
Uses of UnaryFunction in org.glassfish.pfl.tf.tools.enhancer
Classes in org.glassfish.pfl.tf.tools.enhancer that implement UnaryFunction Modifier and Type Class Description class
Transformer
ClassFile enhancer for the tracing facility.Fields in org.glassfish.pfl.tf.tools.enhancer declared as UnaryFunction Modifier and Type Field Description private UnaryFunction<byte[],byte[]>
EnhanceTool.EnhancerFileAction. ea
Constructors in org.glassfish.pfl.tf.tools.enhancer with parameters of type UnaryFunction Constructor Description EnhancerFileAction(UnaryFunction<byte[],byte[]> ea)
-