com.koloboke.function
Interface ByteUnaryOperator


public interface ByteUnaryOperator

Represents an operation on a single byte-valued operand that produces a byte-valued result. This is the primitive type specialization of UnaryOperator for byte.

See Also:
UnaryOperator

Method Summary
 byte applyAsByte(byte operand)
          Applies this operator to the given operand.
 

Method Detail

applyAsByte

byte applyAsByte(byte operand)
Applies this operator to the given operand.

Parameters:
operand - the operand
Returns:
the operator result