MultiDelegate2<T, S, U> class abstract

a delegate class for a multi-argument Function where the fist type is the return type and the subsequent types are the argument of the functions

Constructors

MultiDelegate2()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(S p0, U p1) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited