Module com.s8.api

Interface ObjectNeFunction<T extends S8WebObject>

Type Parameters:
T - the type of S8WebObject on which we apply the run 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.

@FunctionalInterface public interface ObjectNeFunction<T extends S8WebObject> extends NeFunction
A Web function on an S8WebObject object.
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(S8AsyncFlow flow, T arg)
    The function method
  • Method Details

    • run

      void run(S8AsyncFlow flow, T arg)
      The function method
      Parameters:
      flow - the S8AsyncFlow flow on which the callback method is run
      arg - the argurment passed from the front side