Class AndStateOp

java.lang.Object
org.oddjob.state.AndStateOp
All Implemented Interfaces:
StateOperator

public class AndStateOp extends Object implements StateOperator
Implementation of a StateOperator that provides logical 'and' like functionality.
Author:
rob
  • Constructor Details

    • AndStateOp

      public AndStateOp()
    • AndStateOp

      public AndStateOp(ParentStateConverter parentStateConverter)
  • Method Details