blob: c5c4f70d7a650074f87421409bfac824b039e82c [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.impl.block.procedure (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.impl.block.procedure">
<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.impl.block.procedure</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">This package contains implementations of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> and <a href="../../../api/block/procedure/Procedure2.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure2</code></a>.</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="DoubleSumResultHolder.html" title="interface in org.eclipse.collections.impl.block.procedure">DoubleSumResultHolder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</li>
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AdaptObjectIntProcedureToProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">AdaptObjectIntProcedureToProcedure</a>&lt;V&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AppendStringProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">AppendStringProcedure</a>&lt;T&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AtomicCountProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">AtomicCountProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Applies a predicate to an object and increments a count if it returns true.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BagAddOccurrencesProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">BagAddOccurrencesProcedure</a>&lt;T&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BiMapCollectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">BiMapCollectProcedure</a>&lt;T,&#8203;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">BiMapCollectProcedure uses an Function to calculate the key for an object and puts the object with the key
into the specified BiMap.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CaseProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">CaseProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">CaseProcedure allows developers to create an object form of a case statement, which instead of being based on
a single switch value is based on a list of predicate / procedure combinations.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ChainedProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">ChainedProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">ChainedProcedure allows a developer to chain together procedure to be executed in sequence.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CollectIfProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">CollectIfProcedure</a>&lt;T,&#8203;V&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CollectionAddProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">CollectionAddProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">CollectionAddProcedure adds elements to the specified collection when one of the block methods are called.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CollectionRemoveProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">CollectionRemoveProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">CollectionRemoveProcedure removes element from the specified collection when one of the procedure methods are called.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CollectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">CollectProcedure</a>&lt;T,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Applies a function to an object and adds the result to a target collection.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ComparatorProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">ComparatorProcedure</a>&lt;T&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CounterProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">CounterProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">CounterProcedure wraps a specified procedure and keeps track of the number of times it is executed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CountProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">CountProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Applies a predicate to an object and increments a count if it returns true.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FastListCollectIfProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">FastListCollectIfProcedure</a>&lt;T,&#8203;V&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FastListCollectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">FastListCollectProcedure</a>&lt;T,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Applies a function to an object and adds the result to a target fastList.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FastListRejectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">FastListRejectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Applies a predicate to an object to determine if it should be added to a target fastList.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FastListSelectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">FastListSelectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Applies a predicate to an object to determine if it should be added to a target fastList.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FlatCollectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">FlatCollectProcedure</a>&lt;T,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Applies a function to an object and adds the result to a target collection.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="GroupByUniqueKeyProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">GroupByUniqueKeyProcedure</a>&lt;T,&#8203;K&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IfObjectIntProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">IfObjectIntProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A conditional ObjectIntProcedure that effectively filters which objects should be used</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IfProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">IfProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">IfProcedure allows developers to evaluate the specified procedure only when either predicate returns true.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IfProcedureWith.html" title="class in org.eclipse.collections.impl.block.procedure">IfProcedureWith</a>&lt;T,&#8203;P&gt;</th>
<td class="colLast">
<div class="block">A conditional parameterized two argument procedure that effectively filters which objects should be used</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="InjectIntoProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">InjectIntoProcedure</a>&lt;IV,&#8203;T&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MapCollectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MapCollectProcedure</a>&lt;T,&#8203;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">MapCollectProcedure uses an Function to calculate the key for an object and puts the object with the key
into the specified Map.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MapEntryToProcedure2.html" title="class in org.eclipse.collections.impl.block.procedure">MapEntryToProcedure2</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">MapEntryToProcedure2 translates the result of calling entrySet() on a Map, which results in a collection
of Map.Entry objects into corresponding Procedure2s.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MapPutProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MapPutProcedure</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">Transfers keys and values from one map to another</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MaxByProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MaxByProcedure</a>&lt;T,&#8203;V extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;? super V&gt;&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the maximum element seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MaxComparatorProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MaxComparatorProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the maximum element seen so far,
determined by the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Comparator</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MaxProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MaxProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the minimum element seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MinByProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MinByProcedure</a>&lt;T,&#8203;V extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;? super V&gt;&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the minimum element seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MinComparatorProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MinComparatorProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the minimum element seen so far,
determined by the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Comparator</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MinProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MinProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the minimum element seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MultimapEachPutProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MultimapEachPutProcedure</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">MultimapEachPutProcedure uses an Function to calculate the keys for an object and puts the object with each of
the keys into the specified <a href="../../../api/multimap/MutableMultimap.html" title="interface in org.eclipse.collections.api.multimap"><code>MutableMultimap</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MultimapKeyValuePutAllProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MultimapKeyValuePutAllProcedure</a>&lt;T,&#8203;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">MultimapKeyValuePutAllProcedure uses an Functions to calculate the key and values for an object and puts the key with
all values into the specified <a href="../../../api/multimap/MutableMultimap.html" title="interface in org.eclipse.collections.api.multimap"><code>MutableMultimap</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MultimapKeyValuePutProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MultimapKeyValuePutProcedure</a>&lt;T,&#8203;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">MultimapKeyValuePutProcedure uses an Functions to calculate the key and value for an object and puts the key and value
into the specified <a href="../../../api/multimap/MutableMultimap.html" title="interface in org.eclipse.collections.api.multimap"><code>MutableMultimap</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MultimapPutProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MultimapPutProcedure</a>&lt;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">MultimapPutProcedure uses an Function to calculate the key for an object and puts the object with the key
into the specified <a href="../../../api/multimap/MutableMultimap.html" title="interface in org.eclipse.collections.api.multimap"><code>MutableMultimap</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutatingAggregationProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">MutatingAggregationProcedure</a>&lt;T,&#8203;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">This procedure is used to apply an aggregate function like sum on a grouped set of data.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="NonMutatingAggregationProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">NonMutatingAggregationProcedure</a>&lt;T,&#8203;K,&#8203;V&gt;</th>
<td class="colLast">
<div class="block">This procedure is used to apply an aggregate function like sum on a grouped set of data.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PartitionPredicate2Procedure.html" title="class in org.eclipse.collections.impl.block.procedure">PartitionPredicate2Procedure</a>&lt;T,&#8203;P&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PartitionProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">PartitionProcedure</a>&lt;T&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RejectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">RejectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Applies a predicate to an object to determine if it should be added to a target collection.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SelectInstancesOfProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SelectInstancesOfProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Calls <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true#isInstance(java.lang.Object)" title="class or interface in java.lang" class="externalLink"><code>Class.isInstance(Object)</code></a> on an object to determine if it should be added to a target collection.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SelectProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SelectProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Applies a predicate to an object to determine if it should be added to a target collection.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SumOfByteProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SumOfByteProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the summation of elements seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SumOfCharProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SumOfCharProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the summation of elements seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SumOfDoubleProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SumOfDoubleProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the summation of elements seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SumOfFloatProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SumOfFloatProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the summation of elements seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SumOfIntProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SumOfIntProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the summation of elements seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SumOfLongProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SumOfLongProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the summation of elements seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SumOfShortProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">SumOfShortProcedure</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of <a href="../../../api/block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a> that holds on to the summation of elements seen so far,
determined by the <a href="../../../api/block/function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ZipWithIndexProcedure.html" title="class in org.eclipse.collections.impl.block.procedure">ZipWithIndexProcedure</a>&lt;T,&#8203;R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../../api/tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;T,&#8203;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;&gt;&gt;</th>
<td class="colLast">
<div class="block">Creates a PairImpl of objects and their indexes and adds the result to a target collection.</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>