blob: c6def8cc0f8681911fe410903056d2d1c1995555 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Thu Aug 20 21:25:36 CDT 2020 -->
<title>org.eclipse.collections.api.block.procedure.primitive (Eclipse Collections - 10.4.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="description" content="declaration: package: org.eclipse.collections.api.block.procedure.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.procedure.primitive</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">This package contains API for PrimitivePrimitiveProcedure, PrimitiveObjectProcedure, ObjectPrimitiveProcedure.
<p>
These primitive procedures are lambdas or closures with no return argument and and accept primitive or object arguments.</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="BooleanBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanBooleanProcedure</a></th>
<td class="colLast">
<div class="block">A BooleanBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive boolean as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanByteProcedure</a></th>
<td class="colLast">
<div class="block">A BooleanByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive byte as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanCharProcedure</a></th>
<td class="colLast">
<div class="block">A BooleanCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive char as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanDoubleProcedure</a></th>
<td class="colLast">
<div class="block">A BooleanDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive double as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanFloatProcedure</a></th>
<td class="colLast">
<div class="block">A BooleanFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive float as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanIntProcedure</a></th>
<td class="colLast">
<div class="block">A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive int as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanLongProcedure</a></th>
<td class="colLast">
<div class="block">A BooleanLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive long as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanObjectProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanObjectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a primitive boolean and type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanProcedure</a></th>
<td class="colLast">
<div class="block">A one argument procedure that takes a primitive boolean as the argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanShortProcedure</a></th>
<td class="colLast">
<div class="block">A BooleanShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive short as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteBooleanProcedure</a></th>
<td class="colLast">
<div class="block">A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive boolean as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteByteProcedure</a></th>
<td class="colLast">
<div class="block">A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive byte as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteCharProcedure</a></th>
<td class="colLast">
<div class="block">A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive char as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteDoubleProcedure</a></th>
<td class="colLast">
<div class="block">A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive double as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteFloatProcedure</a></th>
<td class="colLast">
<div class="block">A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive float as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteIntProcedure</a></th>
<td class="colLast">
<div class="block">A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteLongProcedure</a></th>
<td class="colLast">
<div class="block">A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive long as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteObjectProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteObjectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a primitive byte and type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteProcedure</a></th>
<td class="colLast">
<div class="block">A one argument procedure that takes a primitive byte as the argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteShortProcedure</a></th>
<td class="colLast">
<div class="block">A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive short as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharBooleanProcedure</a></th>
<td class="colLast">
<div class="block">A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive boolean as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharByteProcedure</a></th>
<td class="colLast">
<div class="block">A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive byte as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharCharProcedure</a></th>
<td class="colLast">
<div class="block">A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive char as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharDoubleProcedure</a></th>
<td class="colLast">
<div class="block">A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive double as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharFloatProcedure</a></th>
<td class="colLast">
<div class="block">A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive float as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharIntProcedure</a></th>
<td class="colLast">
<div class="block">A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharLongProcedure</a></th>
<td class="colLast">
<div class="block">A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive long as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharObjectProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharObjectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a primitive char and type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharProcedure</a></th>
<td class="colLast">
<div class="block">A one argument procedure that takes a primitive char as the argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharShortProcedure</a></th>
<td class="colLast">
<div class="block">A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive short as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleBooleanProcedure</a></th>
<td class="colLast">
<div class="block">A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive boolean as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleByteProcedure</a></th>
<td class="colLast">
<div class="block">A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive byte as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleCharProcedure</a></th>
<td class="colLast">
<div class="block">A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive char as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleDoubleProcedure</a></th>
<td class="colLast">
<div class="block">A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive double as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleFloatProcedure</a></th>
<td class="colLast">
<div class="block">A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive float as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleIntProcedure</a></th>
<td class="colLast">
<div class="block">A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleLongProcedure</a></th>
<td class="colLast">
<div class="block">A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive long as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleObjectProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleObjectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a primitive double and type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleProcedure</a></th>
<td class="colLast">
<div class="block">A one argument procedure that takes a primitive double as the argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleShortProcedure</a></th>
<td class="colLast">
<div class="block">A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive short as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatBooleanProcedure</a></th>
<td class="colLast">
<div class="block">A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive boolean as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatByteProcedure</a></th>
<td class="colLast">
<div class="block">A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive byte as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatCharProcedure</a></th>
<td class="colLast">
<div class="block">A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive char as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatDoubleProcedure</a></th>
<td class="colLast">
<div class="block">A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive double as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatFloatProcedure</a></th>
<td class="colLast">
<div class="block">A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive float as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatIntProcedure</a></th>
<td class="colLast">
<div class="block">A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatLongProcedure</a></th>
<td class="colLast">
<div class="block">A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive long as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatObjectProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatObjectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a primitive float and type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatProcedure</a></th>
<td class="colLast">
<div class="block">A one argument procedure that takes a primitive float as the argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">FloatShortProcedure</a></th>
<td class="colLast">
<div class="block">A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive short as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntBooleanProcedure</a></th>
<td class="colLast">
<div class="block">A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive boolean as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntByteProcedure</a></th>
<td class="colLast">
<div class="block">A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive byte as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntCharProcedure</a></th>
<td class="colLast">
<div class="block">A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive char as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntDoubleProcedure</a></th>
<td class="colLast">
<div class="block">A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive double as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntFloatProcedure</a></th>
<td class="colLast">
<div class="block">A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive float as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntIntProcedure</a></th>
<td class="colLast">
<div class="block">A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntLongProcedure</a></th>
<td class="colLast">
<div class="block">A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive long as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntObjectProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntObjectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a primitive int and type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntProcedure</a></th>
<td class="colLast">
<div class="block">A one argument procedure that takes a primitive int as the argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntShortProcedure</a></th>
<td class="colLast">
<div class="block">A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive short as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongBooleanProcedure</a></th>
<td class="colLast">
<div class="block">A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive boolean as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongByteProcedure</a></th>
<td class="colLast">
<div class="block">A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive byte as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongCharProcedure</a></th>
<td class="colLast">
<div class="block">A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive char as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongDoubleProcedure</a></th>
<td class="colLast">
<div class="block">A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive double as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongFloatProcedure</a></th>
<td class="colLast">
<div class="block">A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive float as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongIntProcedure</a></th>
<td class="colLast">
<div class="block">A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongLongProcedure</a></th>
<td class="colLast">
<div class="block">A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive long as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongObjectProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongObjectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a primitive long and type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongProcedure</a></th>
<td class="colLast">
<div class="block">A one argument procedure that takes a primitive long as the argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongShortProcedure</a></th>
<td class="colLast">
<div class="block">A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive short as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectBooleanProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a type T and primitive boolean as the arguments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectByteProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a type T and primitive byte as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectCharProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a type T and primitive char as the arguments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectDoubleProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a type T and primitive double as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectFloatProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a type T and primitive float as the arguments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectIntProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a type T and primitive int as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectLongProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a type T and primitive long as the arguments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectShortProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a type T and primitive short as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortBooleanProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortBooleanProcedure</a></th>
<td class="colLast">
<div class="block">A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive boolean as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortByteProcedure</a></th>
<td class="colLast">
<div class="block">A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive byte as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortCharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortCharProcedure</a></th>
<td class="colLast">
<div class="block">A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive char as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortDoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortDoubleProcedure</a></th>
<td class="colLast">
<div class="block">A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive double as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortFloatProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortFloatProcedure</a></th>
<td class="colLast">
<div class="block">A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive float as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortIntProcedure</a></th>
<td class="colLast">
<div class="block">A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortLongProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortLongProcedure</a></th>
<td class="colLast">
<div class="block">A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive long as the second argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortObjectProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortObjectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A two argument procedure that takes a primitive short and type T as the arguments.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortProcedure</a></th>
<td class="colLast">
<div class="block">A one argument procedure that takes a primitive short as the argument.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortShortProcedure</a></th>
<td class="colLast">
<div class="block">A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive short as the second argument.</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>