public abstract class PropertiesUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Function<String,String> |
toFunction(Properties properties)
Returns a function that returns the value of the named property, or
null iff that property is not
defined. |
public static Function<String,String> toFunction(Properties properties)
null iff that property is not
defined.Copyright © 2018 Arno Unkrig. All rights reserved.