Module org.scijava.ops.engine
Class IdentityCollection<T,U extends T>
- java.lang.Object
-
- org.scijava.ops.engine.matcher.convert.IdentityCollection<T,U>
-
- Type Parameters:
T-
- All Implemented Interfaces:
OpCollection
public class IdentityCollection<T,U extends T> extends Object implements OpCollection
AnOpCollectioncontainingengine.identityOps.- Author:
- Gabriel Selzer
-
-
Constructor Summary
Constructors Constructor Description IdentityCollection()
-
-
-
Field Detail
-
identity
public final Function<U extends T,T> identity
- Output parameters:
the this is just a reference to the input object).- sion, this is just a reference to the input object).- Input parameters:
t- the object to be converted
-
inplace
public final Inplaces.Arity1<T> inplace
- Mutable parameters:
t- the object to be "mutated"
-
-