A primitive predicate is a lambda which returns a boolean. It reduces the overhead of autoboxing where primitives can be directly used.
Interface | Description |
---|---|
BooleanBooleanPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
BooleanBytePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
BooleanCharPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
BooleanDoublePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
BooleanFloatPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
BooleanIntPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
BooleanLongPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
BooleanObjectPredicate<T> |
A two argument Predicate that takes a primitive boolean and
type T as the arguments.
|
BooleanPredicate |
BooleanPredicate is a primitive Predicate which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
BooleanShortPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ByteBooleanPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ByteBytePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ByteCharPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ByteDoublePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ByteFloatPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ByteIntPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ByteLongPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ByteObjectPredicate<T> |
A two argument Predicate that takes a primitive byte and
type T as the arguments.
|
BytePredicate |
BytePredicate is a primitive Predicate which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
ByteShortPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
CharBooleanPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
CharBytePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
CharCharPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
CharDoublePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
CharFloatPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
CharIntPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
CharLongPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
CharObjectPredicate<T> |
A two argument Predicate that takes a primitive char and
type T as the arguments.
|
CharPredicate |
CharPredicate is a primitive Predicate which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
CharShortPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
DoubleBooleanPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
DoubleBytePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
DoubleCharPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
DoubleDoublePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
DoubleFloatPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
DoubleIntPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
DoubleLongPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
DoubleObjectPredicate<T> |
A two argument Predicate that takes a primitive double and
type T as the arguments.
|
DoublePredicate |
DoublePredicate is a primitive Predicate which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
DoubleShortPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
FloatBooleanPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
FloatBytePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
FloatCharPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
FloatDoublePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
FloatFloatPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
FloatIntPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
FloatLongPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
FloatObjectPredicate<T> |
A two argument Predicate that takes a primitive float and
type T as the arguments.
|
FloatPredicate |
FloatPredicate is a primitive Predicate which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
FloatShortPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
IntBooleanPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
IntBytePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
IntCharPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
IntDoublePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
IntFloatPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
IntIntPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
IntLongPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
IntObjectPredicate<T> |
A two argument Predicate that takes a primitive int and
type T as the arguments.
|
IntPredicate |
IntPredicate is a primitive Predicate which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
IntShortPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
LongBooleanPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
LongBytePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
LongCharPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
LongDoublePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
LongFloatPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
LongIntPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
LongLongPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
LongObjectPredicate<T> |
A two argument Predicate that takes a primitive long and
type T as the arguments.
|
LongPredicate |
LongPredicate is a primitive Predicate which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
LongShortPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ObjectBooleanPredicate<T> |
A two argument Predicate that takes type T and
a primitive boolean as the arguments.
|
ObjectBytePredicate<T> |
A two argument Predicate that takes type T and
a primitive byte as the arguments.
|
ObjectCharPredicate<T> |
A two argument Predicate that takes type T and
a primitive char as the arguments.
|
ObjectDoublePredicate<T> |
A two argument Predicate that takes type T and
a primitive double as the arguments.
|
ObjectFloatPredicate<T> |
A two argument Predicate that takes type T and
a primitive float as the arguments.
|
ObjectIntPredicate<T> |
A two argument Predicate that takes type T and
a primitive int as the arguments.
|
ObjectLongPredicate<T> |
A two argument Predicate that takes type T and
a primitive long as the arguments.
|
ObjectShortPredicate<T> |
A two argument Predicate that takes type T and
a primitive short as the arguments.
|
ShortBooleanPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ShortBytePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ShortCharPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ShortDoublePredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ShortFloatPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ShortIntPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ShortLongPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
ShortObjectPredicate<T> |
A two argument Predicate that takes a primitive short and
type T as the arguments.
|
ShortPredicate |
ShortPredicate is a primitive Predicate which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
ShortShortPredicate |
This file was automatically generated from template file primitivePrimitivePredicate.stg.
|
Copyright © 2004–2017. All rights reserved.