Package modelarium.utils


@PublicApi package modelarium.utils
Provides small public utility types used by Modelarium extension points.

Prefer domain-specific APIs elsewhere in the library when they cover the required operation.

  • Interfaces
    Class
    Description
    QuadFunction<A,B,C,D,R>
    Functional interface for representing a function that accepts four arguments and produces a result.