Package io.deephaven.engine.primitive.function


package io.deephaven.engine.primitive.function
  • Interfaces
    Class
    Description
    Functional interface to apply an operation to a single byte.
    Functional interface to apply a function to a single byte input and produce a single int result.
    Functional interface to apply an operation to a single char.
    Functional interface to apply a function to a single char input and produce a single int result.
    Functional interface to apply an operation to a single float.
    Functional interface to apply a function to a single float input and produce a single double result.
    Functional interface to apply an operation to a single short.
    Functional interface to apply a function to a single short input and produce a single int result.
    Functional interface to apply an operation to an object and produce a byte.
    Functional interface to apply an operation to an object and produce a char.
    Functional interface to apply an operation to an object and produce a float.
    Functional interface to apply an operation to an object and produce a short.