HH\Lib\Async\ConditionNode

Requires the Hack Standard Library to be installed.
Facebook Engineer?

This function is available as Async\ConditionNode() in Facebook's www repository.

A linked list node storing Condition and pointer to the next node

Interface Synopsis

namespace HH\Lib\Async;

final class ConditionNode extends Condition<T> {...}

Public Methods