Interface CompilableBooleanOperator

All Superinterfaces:
CompilableDataFlow
All Known Subinterfaces:
CompilableBooleanBinaryOperator, CompilableBooleanBinaryOperator.Simple, CompilableBooleanBiPredicate, CompilableBooleanPredicate, CompilableBooleanUnaryOperator

public interface CompilableBooleanOperator extends CompilableDataFlow
  • Method Details

    • getValueClass

      default Class<?> getValueClass()
      Description copied from interface: CompilableDataFlow
      Returns the type of values produced by this entity.

      For signals of primitive value type, the result will be the corresponding pseudoclass.

      Specified by:
      getValueClass in interface CompilableDataFlow
      Returns:
      the type of signal values that this entity produces
      See Also: