org.matheclipse.core.generic.interfaces
Interface IUnaryIndexFunction<F1,T>
-
- All Known Implementing Classes:
- BinaryBindIth1st, UnaryBindIth
public interface IUnaryIndexFunction<F1,T>AIUnaryIndexFunctionprovides a transformation of an integer and an object and returns the resulting object.The transformation on the source object does not necessarily result in an object of a different type.
Implementors of BiFunction which may cause side effects upon evaluation are strongly encouraged to state this fact clearly in their API documentation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Tapply(int index, F1 from1)Applys the function to an integer and an object of typesF1, resulting in an object of typeT.
-
-
-
Method Detail
-
apply
T apply(int index, @Nullable F1 from1)
Applys the function to an integer and an object of typesF1, resulting in an object of typeT. Note that typesF1andTmay or may not be the same.- Parameters:
index- The current processed index.from1- The first source object.- Returns:
- The resulting object.
-
-
DMelt 3.0 © DataMelt by jWork.ORG