All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.storedobject.core.ConvertedIterable Maven / Gradle / Ivy

package com.storedobject.core;

import java.util.Iterator;
import java.util.function.Function;

public class ConvertedIterable implements Iterable {
	
	public ConvertedIterable(Iterable original, Function converter) {
	}

	@Override
	public Iterator iterator() {
		return null;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy