Uses of Interface
org.anchoranalysis.core.functional.checked.CheckedBiFunction
Packages that use CheckedBiFunction
Package
Description
Utilities and interfaces for applying functional-programming.
Defines the key data object,
Stack
, and related
classes.The fundamental data class that is an
ObjectMask
and related structures.-
Uses of CheckedBiFunction in org.anchoranalysis.core.functional
Methods in org.anchoranalysis.core.functional with parameters of type CheckedBiFunction -
Uses of CheckedBiFunction in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack with parameters of type CheckedBiFunctionModifier and TypeMethodDescriptionStack.mapChannelWithIndex
(CheckedBiFunction<Channel, Integer, Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel (with an index of the channel also available). -
Uses of CheckedBiFunction in org.anchoranalysis.image.voxel.object
Methods in org.anchoranalysis.image.voxel.object with parameters of type CheckedBiFunctionModifier and TypeMethodDescriptionstatic <T,
E extends Exception>
ObjectCollectionObjectCollectionFactory.filterAndMapWithIndexFrom
(List<T> list, Predicate<T> predicate, Class<? extends E> throwableClass, CheckedBiFunction<T, Integer, ObjectMask, E> mapFunctionWithIndex) Creates a new collection by filtering a list and then mapping from it toObjectMask
.