Package net.ontopia.utils
Class GrabberStringifier<T,G>
- java.lang.Object
-
- net.ontopia.utils.GrabberStringifier<T,G>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(T object)
void
setGrabber(Function<T,G> grabber)
Set the grabber which is to be used.void
setStringifier(Function<? super G,String> stringifier)
Set the stringifier which is to be used.
-