java.lang.Object
org.eclipse.rdf4j.spin.function.spif.SingleValueToListTransformer<E>
- All Implemented Interfaces:
com.google.common.base.Function<E,List<? extends E>>
, Function<E,List<? extends E>>
class SingleValueToListTransformer<E>
extends Object
implements com.google.common.base.Function<E,List<? extends E>>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
-
Constructor Details
-
SingleValueToListTransformer
SingleValueToListTransformer()
-
Method Details
-
-
apply
public List<? extends E> apply(E v)
- Specified by:
apply
in interface com.google.common.base.Function<E,List<? extends E>>
- Specified by:
apply
in interface Function<E,List<? extends E>>