Interface StateDefinition.Factory<O,S>

Enclosing class:
StateDefinition<O, S extends StateHolder<O,S>>

public static interface StateDefinition.Factory<O,S>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(O type, Property<?>[] propertyKeys, Comparable<?>[] propertyValues)
     
  • Method Details