Package org.eclipse.collections.api.block.function.primitive

This package contains API for primitive functions.

These primitive function blocks exist to avoid the overhead of autoboxing in places where primitives can be used.

  • Interface Summary 
    Interface Description
    BooleanBooleanToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    BooleanBooleanToObjectFunction<T>
    A BooleanBooleanToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive boolean as the second argument and returns an Object as the result.
    BooleanByteToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    BooleanByteToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    BooleanByteToObjectFunction<T>
    A BooleanByteToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive byte as the second argument and returns an Object as the result.
    BooleanCharToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    BooleanCharToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    BooleanCharToObjectFunction<T>
    A BooleanCharToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive char as the second argument and returns an Object as the result.
    BooleanDoubleToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    BooleanDoubleToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    BooleanDoubleToObjectFunction<T>
    A BooleanDoubleToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive double as the second argument and returns an Object as the result.
    BooleanFloatToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    BooleanFloatToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    BooleanFloatToObjectFunction<T>
    A BooleanFloatToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive float as the second argument and returns an Object as the result.
    BooleanFunction<T>
    BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BooleanFunction0
    BooleanFunction0 is a zero argument lambda.
    BooleanIntToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    BooleanIntToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    BooleanIntToObjectFunction<T>
    A BooleanIntToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive int as the second argument and returns an Object as the result.
    BooleanLongToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    BooleanLongToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    BooleanLongToObjectFunction<T>
    A BooleanLongToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive long as the second argument and returns an Object as the result.
    BooleanObjectToBooleanFunction<T>
    This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
    BooleanShortToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    BooleanShortToObjectFunction<T>
    A BooleanShortToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive short as the second argument and returns an Object as the result.
    BooleanShortToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    BooleanToBooleanFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    BooleanToByteFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    BooleanToCharFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    BooleanToDoubleFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    BooleanToFloatFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    BooleanToIntFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    BooleanToLongFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    BooleanToObjectFunction<V>
    This file was automatically generated from template file primitiveToObjectFunction.stg.
    BooleanToShortFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ByteBooleanToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ByteBooleanToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ByteBooleanToObjectFunction<T>
    A ByteBooleanToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive boolean as the second argument and returns an Object as the result.
    ByteByteToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ByteByteToObjectFunction<T>
    A ByteByteToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive byte as the second argument and returns an Object as the result.
    ByteCharToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ByteCharToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ByteCharToObjectFunction<T>
    A ByteCharToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive char as the second argument and returns an Object as the result.
    ByteDoubleToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ByteDoubleToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ByteDoubleToObjectFunction<T>
    A ByteDoubleToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive double as the second argument and returns an Object as the result.
    ByteFloatToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ByteFloatToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ByteFloatToObjectFunction<T>
    A ByteFloatToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive float as the second argument and returns an Object as the result.
    ByteFunction<T>
    ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    ByteFunction0
    ByteFunction0 is a zero argument lambda.
    ByteIntToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ByteIntToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ByteIntToObjectFunction<T>
    A ByteIntToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive int as the second argument and returns an Object as the result.
    ByteLongToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ByteLongToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ByteLongToObjectFunction<T>
    A ByteLongToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive long as the second argument and returns an Object as the result.
    ByteObjectToByteFunction<T>
    This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
    ByteShortToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ByteShortToObjectFunction<T>
    A ByteShortToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive short as the second argument and returns an Object as the result.
    ByteShortToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ByteToBooleanFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ByteToByteFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ByteToCharFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ByteToDoubleFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ByteToFloatFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ByteToIntFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ByteToLongFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ByteToObjectFunction<V>
    This file was automatically generated from template file primitiveToObjectFunction.stg.
    ByteToShortFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    CharBooleanToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    CharBooleanToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    CharBooleanToObjectFunction<T>
    A CharBooleanToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive boolean as the second argument and returns an Object as the result.
    CharByteToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    CharByteToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    CharByteToObjectFunction<T>
    A CharByteToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive byte as the second argument and returns an Object as the result.
    CharCharToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    CharCharToObjectFunction<T>
    A CharCharToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive char as the second argument and returns an Object as the result.
    CharDoubleToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    CharDoubleToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    CharDoubleToObjectFunction<T>
    A CharDoubleToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive double as the second argument and returns an Object as the result.
    CharFloatToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    CharFloatToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    CharFloatToObjectFunction<T>
    A CharFloatToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive float as the second argument and returns an Object as the result.
    CharFunction<T>
    CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    CharFunction0
    CharFunction0 is a zero argument lambda.
    CharIntToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    CharIntToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    CharIntToObjectFunction<T>
    A CharIntToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive int as the second argument and returns an Object as the result.
    CharLongToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    CharLongToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    CharLongToObjectFunction<T>
    A CharLongToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive long as the second argument and returns an Object as the result.
    CharObjectToCharFunction<T>
    This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
    CharShortToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    CharShortToObjectFunction<T>
    A CharShortToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive short as the second argument and returns an Object as the result.
    CharShortToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    CharToBooleanFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    CharToByteFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    CharToCharFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    CharToDoubleFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    CharToFloatFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    CharToIntFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    CharToLongFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    CharToObjectFunction<V>
    This file was automatically generated from template file primitiveToObjectFunction.stg.
    CharToShortFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    DoubleBooleanToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    DoubleBooleanToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    DoubleBooleanToObjectFunction<T>
    A DoubleBooleanToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive boolean as the second argument and returns an Object as the result.
    DoubleByteToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    DoubleByteToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    DoubleByteToObjectFunction<T>
    A DoubleByteToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive byte as the second argument and returns an Object as the result.
    DoubleCharToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    DoubleCharToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    DoubleCharToObjectFunction<T>
    A DoubleCharToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive char as the second argument and returns an Object as the result.
    DoubleDoubleToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    DoubleDoubleToObjectFunction<T>
    A DoubleDoubleToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive double as the second argument and returns an Object as the result.
    DoubleFloatToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    DoubleFloatToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    DoubleFloatToObjectFunction<T>
    A DoubleFloatToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive float as the second argument and returns an Object as the result.
    DoubleFunction<T>
    DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    DoubleFunction0
    DoubleFunction0 is a zero argument lambda.
    DoubleIntToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    DoubleIntToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    DoubleIntToObjectFunction<T>
    A DoubleIntToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive int as the second argument and returns an Object as the result.
    DoubleLongToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    DoubleLongToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    DoubleLongToObjectFunction<T>
    A DoubleLongToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive long as the second argument and returns an Object as the result.
    DoubleObjectToDoubleFunction<T>
    This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
    DoubleShortToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    DoubleShortToObjectFunction<T>
    A DoubleShortToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive short as the second argument and returns an Object as the result.
    DoubleShortToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    DoubleToBooleanFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    DoubleToByteFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    DoubleToCharFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    DoubleToDoubleFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    DoubleToFloatFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    DoubleToIntFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    DoubleToLongFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    DoubleToObjectFunction<V>
    This file was automatically generated from template file primitiveToObjectFunction.stg.
    DoubleToShortFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    FloatBooleanToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    FloatBooleanToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    FloatBooleanToObjectFunction<T>
    A FloatBooleanToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive boolean as the second argument and returns an Object as the result.
    FloatByteToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    FloatByteToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    FloatByteToObjectFunction<T>
    A FloatByteToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive byte as the second argument and returns an Object as the result.
    FloatCharToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    FloatCharToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    FloatCharToObjectFunction<T>
    A FloatCharToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive char as the second argument and returns an Object as the result.
    FloatDoubleToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    FloatDoubleToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    FloatDoubleToObjectFunction<T>
    A FloatDoubleToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive double as the second argument and returns an Object as the result.
    FloatFloatToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    FloatFloatToObjectFunction<T>
    A FloatFloatToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive float as the second argument and returns an Object as the result.
    FloatFunction<T>
    FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    FloatFunction0
    FloatFunction0 is a zero argument lambda.
    FloatIntToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    FloatIntToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    FloatIntToObjectFunction<T>
    A FloatIntToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive int as the second argument and returns an Object as the result.
    FloatLongToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    FloatLongToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    FloatLongToObjectFunction<T>
    A FloatLongToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive long as the second argument and returns an Object as the result.
    FloatObjectToFloatFunction<T>
    This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
    FloatShortToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    FloatShortToObjectFunction<T>
    A FloatShortToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive short as the second argument and returns an Object as the result.
    FloatShortToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    FloatToBooleanFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    FloatToByteFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    FloatToCharFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    FloatToDoubleFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    FloatToFloatFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    FloatToIntFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    FloatToLongFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    FloatToObjectFunction<V>
    This file was automatically generated from template file primitiveToObjectFunction.stg.
    FloatToShortFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    IntBooleanToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    IntBooleanToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    IntBooleanToObjectFunction<T>
    A IntBooleanToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive boolean as the second argument and returns an Object as the result.
    IntByteToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    IntByteToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    IntByteToObjectFunction<T>
    A IntByteToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive byte as the second argument and returns an Object as the result.
    IntCharToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    IntCharToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    IntCharToObjectFunction<T>
    A IntCharToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive char as the second argument and returns an Object as the result.
    IntDoubleToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    IntDoubleToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    IntDoubleToObjectFunction<T>
    A IntDoubleToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive double as the second argument and returns an Object as the result.
    IntFloatToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    IntFloatToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    IntFloatToObjectFunction<T>
    A IntFloatToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive float as the second argument and returns an Object as the result.
    IntFunction<T>
    IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    IntFunction0
    IntFunction0 is a zero argument lambda.
    IntIntToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    IntIntToObjectFunction<T>
    A IntIntToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive int as the second argument and returns an Object as the result.
    IntLongToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    IntLongToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    IntLongToObjectFunction<T>
    A IntLongToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive long as the second argument and returns an Object as the result.
    IntObjectToIntFunction<T>
    This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
    IntShortToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    IntShortToObjectFunction<T>
    A IntShortToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive short as the second argument and returns an Object as the result.
    IntShortToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    IntToBooleanFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    IntToByteFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    IntToCharFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    IntToDoubleFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    IntToFloatFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    IntToIntFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    IntToLongFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    IntToObjectFunction<V>
    This file was automatically generated from template file primitiveToObjectFunction.stg.
    IntToShortFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    LongBooleanToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    LongBooleanToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    LongBooleanToObjectFunction<T>
    A LongBooleanToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive boolean as the second argument and returns an Object as the result.
    LongByteToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    LongByteToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    LongByteToObjectFunction<T>
    A LongByteToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive byte as the second argument and returns an Object as the result.
    LongCharToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    LongCharToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    LongCharToObjectFunction<T>
    A LongCharToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive char as the second argument and returns an Object as the result.
    LongDoubleToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    LongDoubleToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    LongDoubleToObjectFunction<T>
    A LongDoubleToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive double as the second argument and returns an Object as the result.
    LongFloatToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    LongFloatToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    LongFloatToObjectFunction<T>
    A LongFloatToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive float as the second argument and returns an Object as the result.
    LongFunction<T>
    LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    LongFunction0
    LongFunction0 is a zero argument lambda.
    LongIntToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    LongIntToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    LongIntToObjectFunction<T>
    A LongIntToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive int as the second argument and returns an Object as the result.
    LongLongToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    LongLongToObjectFunction<T>
    A LongLongToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive long as the second argument and returns an Object as the result.
    LongObjectToLongFunction<T>
    This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
    LongShortToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    LongShortToObjectFunction<T>
    A LongShortToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive short as the second argument and returns an Object as the result.
    LongShortToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    LongToBooleanFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    LongToByteFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    LongToCharFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    LongToDoubleFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    LongToFloatFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    LongToIntFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    LongToLongFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    LongToObjectFunction<V>
    This file was automatically generated from template file primitiveToObjectFunction.stg.
    LongToShortFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ObjectBooleanIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
    ObjectBooleanToBooleanFunction<T>
    This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
    ObjectBooleanToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
    ObjectByteIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
    ObjectByteToByteFunction<T>
    This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
    ObjectByteToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
    ObjectCharIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
    ObjectCharToCharFunction<T>
    This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
    ObjectCharToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
    ObjectDoubleIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
    ObjectDoubleToDoubleFunction<T>
    This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
    ObjectDoubleToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
    ObjectFloatIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
    ObjectFloatToFloatFunction<T>
    This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
    ObjectFloatToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
    ObjectIntIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
    ObjectIntToIntFunction<T>
    This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
    ObjectIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
    ObjectLongIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
    ObjectLongToLongFunction<T>
    This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
    ObjectLongToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
    ObjectShortIntToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
    ObjectShortToObjectFunction<T,​R>
    This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
    ObjectShortToShortFunction<T>
    This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
    ShortBooleanToBooleanFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ShortBooleanToObjectFunction<T>
    A ShortBooleanToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive boolean as the second argument and returns an Object as the result.
    ShortBooleanToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ShortByteToByteFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ShortByteToObjectFunction<T>
    A ShortByteToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive byte as the second argument and returns an Object as the result.
    ShortByteToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ShortCharToCharFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ShortCharToObjectFunction<T>
    A ShortCharToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive char as the second argument and returns an Object as the result.
    ShortCharToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ShortDoubleToDoubleFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ShortDoubleToObjectFunction<T>
    A ShortDoubleToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive double as the second argument and returns an Object as the result.
    ShortDoubleToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ShortFloatToFloatFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ShortFloatToObjectFunction<T>
    A ShortFloatToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive float as the second argument and returns an Object as the result.
    ShortFloatToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ShortFunction<T>
    ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
    ShortFunction0
    ShortFunction0 is a zero argument lambda.
    ShortIntToIntFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ShortIntToObjectFunction<T>
    A ShortIntToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive int as the second argument and returns an Object as the result.
    ShortIntToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ShortLongToLongFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
    ShortLongToObjectFunction<T>
    A ShortLongToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive long as the second argument and returns an Object as the result.
    ShortLongToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ShortObjectToShortFunction<T>
    This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
    ShortShortToObjectFunction<T>
    A ShortShortToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive short as the second argument and returns an Object as the result.
    ShortShortToShortFunction
    This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
    ShortToBooleanFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ShortToByteFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ShortToCharFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ShortToDoubleFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ShortToFloatFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ShortToIntFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ShortToLongFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
    ShortToObjectFunction<V>
    This file was automatically generated from template file primitiveToObjectFunction.stg.
    ShortToShortFunction
    This file was automatically generated from template file primitiveToPrimitiveFunction.stg.