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

com.github.yulichang.wrapper.interfaces.MFunction Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
package com.github.yulichang.wrapper.interfaces;

import java.io.Serializable;

/**
 * on function
 *
 * @author yulichang
 * @since 1.1.8
 */
@FunctionalInterface
public interface MFunction extends Serializable {

    T apply(T wrapper);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy