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

de.tsl2.nano.autotest.IMeasurement Maven / Gradle / Ivy

The newest version!
package de.tsl2.nano.autotest;

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

public interface IMeasurement extends Function {
    Double calc(ITEM item);

    class Permutator implements Iterable {

        @Override
        public Iterator iterator() {
            // TODO Auto-generated method stub
            throw new UnsupportedOperationException("Unimplemented method 'iterator'");
        }

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy