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.common.function
Interface Function<T,R>
All Known Subinterfaces:
UnaryOperator
<T>
public interface
Function<T,R>
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 © 2021. All rights reserved.