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
com.scichart.core.common
Interface Func1<T,TResult>
Type Parameters:
T
- Type of argument
TResult
- Type of result
public interface
Func1<T,TResult>
Interface which defines function with one argument
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
TResult
func
(
T
arg)
Executes function with specified argument
Method Detail
func
TResult
func(
T
arg)
Executes function with specified argument
Parameters:
arg
- Argument for function
Returns:
Result of function
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