Uses of Interface
com.storedobject.core.ObjectConverter
Packages that use ObjectConverter
-
Uses of ObjectConverter in com.storedobject.core
Methods in com.storedobject.core with parameters of type ObjectConverterModifier and TypeMethodDescription<TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.convert
(ObjectConverter<O, TO> converter) Convert this iterator to another type.static <FROM extends StoredObject,
TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.create
(ObjectIterator<FROM> iterator, ObjectConverter<FROM, TO> converter) Create an iterator from the given iterator with conversion.