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

au.gov.amsa.risky.format.Transformers Maven / Gradle / Ivy

There is a newer version: 0.6.19
Show newest version
package au.gov.amsa.risky.format;

import rx.Observable.Transformer;

public final class Transformers {

    public static  Transformer identity() {
        return o -> o;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy