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.
-
InterfacesClassDescriptionQuadFunction<A,
B, C, D, R> Functional interface for representing a function that accepts four arguments and produces a result.