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

com.oath.cyclops.matching.Sealed4 Maven / Gradle / Ivy

There is a newer version: 10.4.1
Show newest version
package com.oath.cyclops.matching;

import java.util.function.Function;

public interface Sealed4 {

    public  R fold(Function fn1, Function fn2,
                      Function fn3, Function fn4);



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy