Class JVerifyBounds

java.lang.Object
honeyroasted.jype.system.solver.constraints.inference.JVerifyBounds
All Implemented Interfaces:
honeyroasted.almonds.ConstraintMapper, Consumer<honeyroasted.almonds.ConstraintBranch>

public class JVerifyBounds extends Object implements honeyroasted.almonds.ConstraintMapper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface honeyroasted.almonds.ConstraintMapper

    honeyroasted.almonds.ConstraintMapper.All, honeyroasted.almonds.ConstraintMapper.Binary<L extends honeyroasted.almonds.Constraint, R extends honeyroasted.almonds.Constraint>, honeyroasted.almonds.ConstraintMapper.False, honeyroasted.almonds.ConstraintMapper.True, honeyroasted.almonds.ConstraintMapper.Unary<T extends honeyroasted.almonds.Constraint>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(honeyroasted.almonds.ConstraintBranch branch)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Constructor Details

    • JVerifyBounds

      public JVerifyBounds()
  • Method Details

    • accept

      public void accept(honeyroasted.almonds.ConstraintBranch branch)
      Specified by:
      accept in interface Consumer<honeyroasted.almonds.ConstraintBranch>