com.koloboke.function
Interface IntToByteFunction


public interface IntToByteFunction

Represents a function that accepts an int-valued argument and produces a byte-valued result. This is the int-to-byte primitive specialization for Function.

See Also:
Function

Method Summary
 byte applyAsByte(int value)
          Applies this function to the given argument.
 

Method Detail

applyAsByte

byte applyAsByte(int value)
Applies this function to the given argument.

Parameters:
value - the function argument
Returns:
the function result