Package eu.bandm.sig.adlib2.compile
Interface CompilableBooleanUnaryOperator
- All Superinterfaces:
BooleanUnaryOperator
,CompilableBooleanOperator
,CompilableDataFlow
public interface CompilableBooleanUnaryOperator
extends BooleanUnaryOperator, CompilableBooleanOperator
-
Method Summary
Modifier and TypeMethodDescriptiondefault Consumer<CompilationContext>
Returns a code generator for outputting the value of this entity.void
compileOperator
(CompilationContext context) Methods inherited from interface eu.bandm.tools.util.function.BooleanUnaryOperator
applyAsBoolean
Methods inherited from interface eu.bandm.sig.adlib2.compile.CompilableBooleanOperator
getValueClass
Methods inherited from interface eu.bandm.sig.adlib2.compile.CompilableDataFlow
compileDataFlowTo, hasDataFlowIO
-
Method Details
-
compileOperator
-
compileDataFlow
Description copied from interface:CompilableDataFlow
Returns a code generator for outputting the value of this entity.- Specified by:
compileDataFlow
in interfaceCompilableDataFlow
-