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

com.iodesystems.fn.data.From2 Maven / Gradle / Ivy

Go to download

Fn is a lazy Java Library that helps utilize some rudimentary functional concepts with more nounular objects

There is a newer version: 3.0.4
Show newest version
package com.iodesystems.fn.data;

public interface From2 {

  C from(A a, B b);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy