| Constructor and Description |
|---|
NodeStringFunction(com.google.common.base.Function<T,String> function) |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(Node<T> node) |
static <T> NodeStringFunction<T> |
create()
Convert the element contained in each node to a string by calling it's toString() method
|
static <T> NodeStringFunction<T> |
create(com.google.common.base.Function<T,String> function)
Convert the element contained in each node to a string by invoking
function on it |
public NodeStringFunction(com.google.common.base.Function<T,String> function)
public static <T> NodeStringFunction<T> create()
public static <T> NodeStringFunction<T> create(com.google.common.base.Function<T,String> function)
function on itCopyright © 2010–2014 The Kuali Foundation. All rights reserved.