Module com.s8.api

Interface Int16Lambda

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

@FunctionalInterface public interface Int16Lambda
A Lambda expression operating on an int which has been converted from Int16 generic format (Either transmitted through network or read in a persistency module).
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    operate(int arg)
    The function method
  • Method Details

    • operate

      void operate(int arg)
      The function method
      Parameters:
      arg - the argurment passed from the front side