JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.nd4j.linalg.function
Interface Function<T,R>
Type Parameters:
T
- Type of the argument
R
- Type of the result
All Known Subinterfaces:
UnaryOperator
<T>
All Known Implementing Classes:
ColumnAsKeyPairFunction
,
ColumnToKeyPairTransform
,
ConvertToSequenceLengthOne
,
EmptyRecordFunction
,
EqualityFn
,
ExtractKeysFunction
,
FilesAsBytesFunction
,
FilterWritablesBySchemaFunction
,
LineRecordReaderFunction
,
LocalFilterFunction
,
LocalGroupToSequenceFunction
,
LocalMapToPairByColumnFunction
,
LocalMapToPairByMultipleColumnsFunction
,
LocalSequenceFilterFunction
,
LocalSequenceTransformFunction
,
LocalTransformFunction
,
MapToPairForReducerFunction
,
NDArrayToWritablesFunction
,
RecordReaderBytesFunction
,
RecordReaderFunction
,
ReducerFunction
,
RelErrorFn
,
SequenceEmptyRecordFunction
,
SequenceMergeFunction
,
SequenceRecordReaderBytesFunction
,
SequenceRecordReaderFunction
,
SequenceWritablesToStringFunction
,
StringToWritablesFunction
,
SumLongsFunction2
,
UnzipForCalculateSortedRankFunction
,
WritablesToNDArrayFunction
,
WritablesToStringFunction
public interface
Function<T,R>
A Function accepts one argument and returns a result
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Apply the function to the argument, and return the result
Method Detail
apply
R
apply(
T
t)
Apply the function to the argument, and return the result
Parameters:
t
- Input
Returns:
Result
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method