| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.factory.map.primitive | |
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
| org.eclipse.collections.impl.bag | |
| org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| org.eclipse.collections.impl.bimap | |
| org.eclipse.collections.impl.bimap.immutable | |
| org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
| org.eclipse.collections.impl.block.comparator.primitive |
This package contains implementations of the
SerializableComparator interface to compare primitive double, int and long. |
| org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| org.eclipse.collections.impl.block.factory.primitive |
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
|
| org.eclipse.collections.impl.block.function | |
| org.eclipse.collections.impl.block.function.primitive |
This package contains implementations of primitive functions.
|
| org.eclipse.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2. |
| org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
| org.eclipse.collections.impl.collection | |
| org.eclipse.collections.impl.collection.immutable |
This package contains implementations of the
ImmutableCollection interface. |
| org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| org.eclipse.collections.impl.collector | |
| org.eclipse.collections.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
| org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| org.eclipse.collections.impl.lazy.parallel | |
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| org.eclipse.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
| org.eclipse.collections.impl.map |
This package contains implementations of the
MapIterable interface. |
| org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
| org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| org.eclipse.collections.impl.map.ordered.mutable | |
| org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
| org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
| org.eclipse.collections.impl.parallel |
This package contains classes which is used for parallel iteration through the containers.
|
| org.eclipse.collections.impl.primitive | |
| org.eclipse.collections.impl.set | |
| org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet. |
| org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.primitive | |
| org.eclipse.collections.impl.string.immutable | |
| org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
| org.eclipse.collections.impl.utility.internal.primitive | |
| org.eclipse.collections.impl.utility.primitive |
| Class | Description |
|---|---|
| BooleanBooleanToBooleanFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| BooleanFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| BooleanToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| DoubleFloatToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongByteToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongCharToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongIntToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongShortToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanIntToObjectFunction |
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.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteIntToObjectFunction |
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.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharIntToObjectFunction |
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.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleIntToObjectFunction |
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.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatIntToObjectFunction |
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.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntIntToObjectFunction |
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.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongIntToObjectFunction |
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.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortIntToObjectFunction |
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.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| BooleanToBooleanFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteBooleanToBooleanFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| ByteCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteFunction |
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.
|
| ByteIntToIntFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
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.
|
| CharByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| CharCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| CharDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| CharFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| CharFunction |
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.
|
| CharIntToIntFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| CharLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
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.
|
| DoubleByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| DoubleFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleFunction |
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.
|
| DoubleIntToIntFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
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.
|
| FloatByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatIntToIntFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
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.
|
| IntByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntFunction |
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.
|
| IntLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
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.
|
| LongByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| LongCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| LongDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| LongFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| LongFunction |
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.
|
| LongLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ObjectBooleanToBooleanFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectByteToByteFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectCharToCharFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectDoubleToDoubleFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectFloatToFloatFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectIntToIntFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectLongToLongFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectShortToShortFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ShortBooleanToBooleanFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortFunction |
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.
|
| ShortLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanIntToObjectFunction |
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.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteIntToObjectFunction |
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.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharIntToObjectFunction |
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.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleIntToObjectFunction |
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.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatIntToObjectFunction |
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.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntIntToObjectFunction |
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.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongIntToObjectFunction |
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.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectByteIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectCharIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectDoubleIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectFloatIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectIntIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectLongIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectShortIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ShortIntToObjectFunction |
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.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanIntToObjectFunction |
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.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteIntToObjectFunction |
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.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharIntToObjectFunction |
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.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleIntToObjectFunction |
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.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatIntToObjectFunction |
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.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntIntToObjectFunction |
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.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongIntToObjectFunction |
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.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortIntToObjectFunction |
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.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| CharToCharFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToIntFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| Class | Description |
|---|---|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| Class | Description |
|---|---|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleFunction |
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.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntFunction |
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.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongFunction |
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.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanBooleanToBooleanFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| DoubleFloatToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongByteToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongCharToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongIntToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongShortToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanBooleanToObjectFunction |
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.
|
| ByteByteToObjectFunction |
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.
|
| CharCharToObjectFunction |
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.
|
| DoubleDoubleToObjectFunction |
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.
|
| FloatFloatToObjectFunction |
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.
|
| IntIntToObjectFunction |
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.
|
| LongLongToObjectFunction |
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.
|
| ShortShortToObjectFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| BooleanToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| Class | Description |
|---|---|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanIntToObjectFunction |
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.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteIntToObjectFunction |
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.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharIntToObjectFunction |
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.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleIntToObjectFunction |
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.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatIntToObjectFunction |
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.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntIntToObjectFunction |
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.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongIntToObjectFunction |
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.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortIntToObjectFunction |
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.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectIntIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| BooleanToBooleanFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteBooleanToBooleanFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| ByteCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteFunction |
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.
|
| ByteIntToIntFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ByteLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
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.
|
| CharByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| CharCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| CharDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| CharFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| CharFunction |
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.
|
| CharIntToIntFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| CharLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
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.
|
| DoubleByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| DoubleFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleFunction |
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.
|
| DoubleIntToIntFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| 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 |
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.
|
| FloatByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatIntToIntFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| 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 |
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.
|
| IntByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntFunction |
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.
|
| IntLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| 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 |
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.
|
| LongByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| LongCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| LongDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| LongFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| LongFunction |
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.
|
| LongLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ObjectBooleanToBooleanFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToByteFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToCharFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToDoubleFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToFloatFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToIntFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToLongFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToShortFunction |
This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.
|
| ShortBooleanToBooleanFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortByteToByteFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortCharToCharFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortFloatToFloatFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| ShortFunction |
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.
|
| ShortLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.
|
| 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 |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToShortFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| Class | Description |
|---|---|
| BooleanBooleanToBooleanFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleDoubleToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| DoubleFloatToDoubleFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongByteToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongCharToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongIntToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongLongToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongShortToLongFunction |
This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| FloatFunction |
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.
|
| IntFunction |
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.
|
| LongFunction |
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.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanIntToObjectFunction |
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.
|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteIntToObjectFunction |
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.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharIntToObjectFunction |
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.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleIntToObjectFunction |
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.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatIntToObjectFunction |
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.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntIntToObjectFunction |
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.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongIntToObjectFunction |
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.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortIntToObjectFunction |
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.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| ObjectBooleanIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| CharToCharFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToIntFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectCharIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| CharToCharFunction |
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanFunction |
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.
|
| ByteFunction |
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.
|
| CharFunction |
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.
|
| DoubleFunction |
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.
|
| DoubleObjectToDoubleFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatFunction |
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.
|
| FloatObjectToFloatFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntFunction |
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.
|
| IntObjectToIntFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongFunction |
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.
|
| LongObjectToLongFunction |
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction |
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.
|
| Class | Description |
|---|---|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction |
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class | Description |
|---|---|
| BooleanToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction |
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
Copyright © 2004–2019. All rights reserved.