List of usage examples for java.util.function UnaryOperator interface-usage
From source file gedi.util.math.stat.testing.DirichletLikelihoodRatioTest.java
public class DirichletLikelihoodRatioTest implements ToDoubleFunction<double[]>, UnaryOperator<NumericArray> { private double[] n; // one number, line by line! public void load(String path) throws IOException {