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

ru.argento.jfunction.ObjectToByte Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package ru.argento.jfunction;

/**
 * Byte function of object argument.
 *
 * @param  Function argument type.
 */
@FunctionalInterface
public interface ObjectToByte
{
    /**
     * Apply the function.
     *
     * @param value Original value.
     * @return Result value.
     */
    byte toByte(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy