Interface ByteBinaryOperator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Generated(generator="eu.bandm.tools.expander", version="1.1", timestamp="2025-01-29T11:14:22") @FunctionalInterface public interface ByteBinaryOperator
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    applyAsByte(byte left, byte right)
     
  • Method Details

    • applyAsByte

      byte applyAsByte(byte left, byte right)