Module com.s8.api
Package com.s8.api.web.lambdas.objects
Interface ListLambda<T extends S8WebObject>
- Type Parameters:
T
- anS8WebObject
- 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 lambda on an
S8WebObject
[] argument (from network).- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
-
Method Summary
-
Method Details
-
operate
The function method- Parameters:
arg
- the argurment passed from the front side
-