viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.syntax.operators
/
LogicalOperator
/
apply
apply
override
fun
apply
(
argument1
:
Value
,
argument2
:
Value
)
:
Value
Content copied to clipboard
Computes the result of applying this operator to
argument1
and
argument2
.
abstract
fun
apply
(
left
:
Boolean
,
right
:
Boolean
)
:
Boolean
Content copied to clipboard