com.github.tonivade.purefun.Fixer Maven / Gradle / Ivy
/*
* Copyright (c) 2018-2022, Antonio Gabriel Muñoz Conejo
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.purefun;
@FunctionalInterface
public interface Fixer {
R apply(T hkt);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy