Package | Description |
---|---|
net.sf.mmm.util.lang.api.function |
Contains a temporary backport for functional interfaces from
java.util.function . |
net.sf.mmm.util.resource.api |
Provides the API for utilities that help to load resources from arbitrary sources.
|
Modifier and Type | Method and Description |
---|---|
static <T> Function<T,Void> |
VoidFunction.getInstance() |
Modifier and Type | Field and Description |
---|---|
private static Function<ResourcePathNode<Pattern>,Pattern> |
ResourcePathNode.GLOB_PATTERN_FUNCTION
The
Void data function. |
private static Function<ResourcePathNode<Void>,Void> |
ResourcePathNode.VOID_FUNCTION
The
Void data function. |
Modifier and Type | Method and Description |
---|---|
static <D> ResourcePathNode<D> |
ResourcePathNode.create(String path,
Function<ResourcePathNode<D>,D> dataFunction)
Flexible implementation of
ResourcePathNode.create(String) to custom data function. |
private static <D> ResourcePathNode<D> |
ResourcePathNode.createRootPathSegment(CharSequenceScanner scanner,
String originalPath,
Function<ResourcePathNode<D>,D> dataFunction) |
Copyright © 2001–2016 mmm-Team. All rights reserved.