Package io.deephaven.engine.primitive.function
package io.deephaven.engine.primitive.function
-
ClassDescriptionFunctional interface to apply an operation to a single
byte
.Functional interface to apply a function to a singlebyte
input and produce a singleint
result.Functional interface to apply an operation to a singlechar
.Functional interface to apply a function to a singlechar
input and produce a singleint
result.Functional interface to apply an operation to a singlefloat
.Functional interface to apply a function to a singlefloat
input and produce a singledouble
result.Functional interface to apply an operation to a singleshort
.Functional interface to apply a function to a singleshort
input and produce a singleint
result.Functional interface to apply an operation to an object and produce abyte
.Functional interface to apply an operation to an object and produce achar
.Functional interface to apply an operation to an object and produce afloat
.Functional interface to apply an operation to an object and produce ashort
.