FB.XFBML.Operator

Description

This class allow logical operations on operands that are either boolean or Waitable object so that the operation be done asynchrously

Constructor

Operator(FB.XFBML.OperatorType op,  Array operands)

Methods

and(Object op1,  Object op2)
equals(Object op1,  Object op2)
lessThan(Object op1,  Object op2)
not(Object op)
or(Object op1,  Object op2)
xor(Object op1,  Object op2)