|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| net.sf.eos.search | Retrieval independent definitions of data and processes in a entity oriented search lookup. |
| net.sf.eos.util | Utilities which make no sence otherwhere. |
| net.sf.eos.util.functions | Some useful functions. |
| Uses of Function in net.sf.eos.search |
|---|
| Classes in net.sf.eos.search that implement Function | |
|---|---|
class |
UserQueryParser
Simple splitter for user search queries. |
| Uses of Function in net.sf.eos.util |
|---|
| Methods in net.sf.eos.util that return Function | ||
|---|---|---|
static
|
Compositions.compose(Function<? super F,? extends I> from,
Function<? super I,? extends T> to)
Returns the composition of two functions. |
|
static
|
Compositions.composeRule(Predicate<? super F> decider,
Function<? super F,? extends T> trueFunction,
Function<? super F,? extends T> falseFunction)
Composes a rule. |
|
| Methods in net.sf.eos.util with parameters of type Function | ||
|---|---|---|
static
|
Compositions.compose(Function<? super F,? extends I> from,
Function<? super I,? extends T> to)
Returns the composition of two functions. |
|
static
|
Compositions.compose(Function<? super F,? extends I> from,
Function<? super I,? extends T> to)
Returns the composition of two functions. |
|
static
|
Compositions.compose(Function<? super F,? extends T> fromFunction,
Predicate<T> toPredicate)
Returns a composition of a from Function and an evaluating
to Predicate. |
|
static
|
Compositions.compose(Supplier<? extends F> fromSupplier,
Function<F,T> toFunction)
Returns a composition of a from Supplier and an applied
to Function. |
|
static
|
Compositions.composeRule(Predicate<? super F> decider,
Function<? super F,? extends T> trueFunction,
Function<? super F,? extends T> falseFunction)
Composes a rule. |
|
static
|
Compositions.composeRule(Predicate<? super F> decider,
Function<? super F,? extends T> trueFunction,
Function<? super F,? extends T> falseFunction)
Composes a rule. |
|
| Uses of Function in net.sf.eos.util.functions |
|---|
| Classes in net.sf.eos.util.functions that implement Function | |
|---|---|
class |
ConfigurationKeyIntrospectorFunction
Extracts a ConfigurationKey from a given type with a specified value. |
class |
DefaultValueConfigurationKeyFunction
The function returns the default value of a ConfigurationKey. |
class |
Fahrenheit2Celsius
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||