These primitive function blocks exist to avoid the overhead of autoboxing in places where primitives can be used.
| Interface | Description |
|---|---|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
Copyright © 2004–2017. All rights reserved.