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

com.github.sursmobil.dac.TransientResolve Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
package com.github.sursmobil.dac;

import java.util.function.Function;

public interface TransientResolve {
    TypedProperty get(Function parser);

     TransientResolve transform(Function parser);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy