Preparing search index...
The search index is not available
Chalkboard - v2.3.0
Chalkboard
Chalkboard
real
compose
Function compose
Calculates the composition of two functions.
compose
(
func1
:
ChalkboardFunction
,
func2
:
ChalkboardFunction
,
)
:
ChalkboardFunction
Parameters
func1
:
ChalkboardFunction
The outer function
func2
:
ChalkboardFunction
The inner function
Returns
ChalkboardFunction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v2.3.0
Loading...
Calculates the composition of two functions.