- All Superinterfaces:
NeFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A web function on Bool8 Array.
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
operate
(S8AsyncFlow flow, boolean[] arg) The function method
-
Method Details
-
operate
The function method- Parameters:
flow
- theS8AsyncFlow
flow on which the callback method is runarg
- the argurment passed from the front side
-