Example usage for java.util.function UnaryOperator interface-usage

List of usage examples for java.util.function UnaryOperator interface-usage

Introduction

In this page you can find the example usage for java.util.function UnaryOperator interface-usage.

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 {