JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
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>
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
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2019. All rights reserved.