Static methods

@:extern@:op(A + B)staticinlineAdd<T0, T1>(arg1:Converter_2<T0, T1>, arg2:Converter_2<T0, T1>):Converter_2<T0, T1>

@:has_untyped@:extern@:fromstaticinlineFromHaxeFunction<T0, T1>(hxfunc:T0 ‑> T1):Converter_2<T0, T1>

@:extern@:op(A - B)staticinlineRemove<T0, T1>(arg1:Converter_2<T0, T1>, arg2:Converter_2<T0, T1>):Converter_2<T0, T1>

Constructor

@:has_untyped@:impl@:externinlinenew(hxfunc:T0 ‑> T1)

Methods

@:impl@:externinlineAsDelegate():Delegate_Converter_2<T0, T1>