arrow.function_

Module for [Function] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Function self() nothrowReturns `this`, for use in `with` statements.
FunctionGidBuilder builder() static nothrowGet builder for [arrow.function_.Function] Returns: New builder object
arrow.function_.Function[] all() static nothrow
arrow.function_.Function find(string name) static nothrow
bool equal(arrow.function_.Function otherFunction) nothrow
string getName() nothrow
string toString_() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.function_.Function

Methods
T function_(void * propval) nothrow

Fluent builder for arrow.function_.Function

Methods
Function build() nothrowCreate object from builder. Returns: New object