Fork me on GitHub
View source

package haxepunk

class Signal2<A, B>


extends Signal<A ->B ->Void, >

defined in haxepunk.Signal;

Constructor

View source

new () : Void

Functions

View source

invoke (a : A, b : B) : Void