Module com.s8.api
Package com.s8.api.web.functions.objects
Interface ObjectNeFunction<T extends S8WebObject>
- Type Parameters:
T
- the type ofS8WebObject
on which we apply therun
method.
- 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 an
S8WebObject
object.- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
-
Method Summary
-
Method Details
-
run
The function method- Parameters:
flow
- theS8AsyncFlow
flow on which the callback method is runarg
- the argurment passed from the front side
-