blob: 6b53b6c64a53005295c739c6830ca4f6b279c776 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Sat Aug 08 22:45:01 CDT 2020 -->
<title>org.eclipse.collections.api.block.predicate.primitive (Eclipse Collections - 10.3.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-08">
<meta name="description" content="declaration: package: org.eclipse.collections.api.block.predicate.primitive">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-declaration">
<script type="text/javascript">var pathtoroot = "../../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.eclipse.collections.api.block.predicate.primitive</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">This package contains API for primitive predicates.
<p>
A primitive predicate is a lambda which returns a boolean. It reduces the overhead of autoboxing where primitives can be directly used.</div>
</section>
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanBooleanPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanBytePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanCharPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanDoublePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanFloatPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanIntPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanLongPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanObjectPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanObjectPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes a primitive boolean and
type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanPredicate</a></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanShortPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteBooleanPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteBytePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteCharPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteDoublePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteFloatPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteIntPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteLongPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteObjectPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteObjectPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes a primitive byte and
type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BytePredicate</a></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ByteShortPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharBooleanPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharBytePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharCharPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharDoublePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharFloatPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharIntPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharLongPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharObjectPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharObjectPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes a primitive char and
type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharShortPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleBooleanPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleBytePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleCharPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleDoublePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleFloatPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleIntPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleLongPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleObjectPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleObjectPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes a primitive double and
type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoublePredicate</a></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoubleShortPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatBooleanPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatBytePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatCharPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatDoublePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatFloatPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatIntPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatLongPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatObjectPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatObjectPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes a primitive float and
type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatPredicate</a></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatShortPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntBooleanPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntBytePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntCharPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntDoublePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntFloatPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntIntPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntLongPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntObjectPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntObjectPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes a primitive int and
type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntShortPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongBooleanPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongBytePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongCharPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongDoublePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongFloatPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongIntPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongLongPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongObjectPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongObjectPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes a primitive long and
type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongPredicate</a></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongShortPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ObjectBooleanPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes type T and
a primitive boolean as the arguments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ObjectBytePredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes type T and
a primitive byte as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ObjectCharPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes type T and
a primitive char as the arguments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ObjectDoublePredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes type T and
a primitive double as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ObjectFloatPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes type T and
a primitive float as the arguments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ObjectIntPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes type T and
a primitive int as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ObjectLongPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes type T and
a primitive long as the arguments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ObjectShortPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes type T and
a primitive short as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortBooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortBooleanPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortBytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortBytePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortCharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortCharPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortDoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortDoublePredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortFloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortFloatPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortIntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortIntPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortLongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortLongPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortObjectPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortObjectPredicate</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument Predicate that takes a primitive short and
type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortShortPredicate</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitivePrimitivePredicate.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>