Uses of Package
org.apache.tapestry5.func
Packages that use org.apache.tapestry5.func
Package
Description
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
Light-weight functional programming for Flows of values
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] various utility classes; API subject to change.
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
-
Classes in org.apache.tapestry5.func used by org.apache.tapestry5.domClassDescriptionUsed when filtering a collection of objects of a given type; the predicate is passed each object in turn, and returns true to include the object in the result collection.
-
Classes in org.apache.tapestry5.func used by org.apache.tapestry5.funcClassDescriptionA flow is a a functional interface for working with an ordered collection of elements.The result of the evaluation of a
LazyFunction
.A lazy function is used to populate aFlow
incrementally.A function that returns a value, allowing the computation of that value to be deferred as late as possible.Interface for operationFlow.map(Mapper)
to define how Flow elements are mapped from one type to another (or otherwise transformed).A generalization ofMapper
for a two-input function.Used when filtering a collection of objects of a given type; the predicate is passed each object in turn, and returns true to include the object in the result collection.A reducer takes an accumulator value and a single value from a collection and computes a new accumulator value.A Tuple holds two values of two different types.An operational function used with aFlow
.The result of theFlow.zipWith(Flow)
method (or created from a Map viaF.zippedFlow(Map)
), a Flow of combinedTuple
values (that can be deconstructed, eventually, usingZippedFlow.unzip()
). -
Classes in org.apache.tapestry5.func used by org.apache.tapestry5.internalClassDescriptionInterface for operation
Flow.map(Mapper)
to define how Flow elements are mapped from one type to another (or otherwise transformed). -
Classes in org.apache.tapestry5.func used by org.apache.tapestry5.internal.util
-
Classes in org.apache.tapestry5.func used by org.apache.tapestry5.ioc.internal.utilClassDescriptionInterface for operation
Flow.map(Mapper)
to define how Flow elements are mapped from one type to another (or otherwise transformed).Used when filtering a collection of objects of a given type; the predicate is passed each object in turn, and returns true to include the object in the result collection.