Module com.s8.api

Interface VoidLambda

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 VoidLambda
A Web lambda on an UInt8[] argument (from network). Button callback for instance.
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The function method
  • Method Details

    • operate

      void operate()
      The function method