Module xaos.core
Package eu.ess.xaos.core.util.function
-
Interface Summary Interface Description TriFunction<T,U,V,R> Represents a function that accepts three arguments and produces a result.
Interface | Description |
---|---|
TriFunction<T,U,V,R> |
Represents a function that accepts three arguments and produces a result.
|