Interface ComputableTask<A,V>

All Known Implementing Classes:
BeanValidationHelper.ConstraintsDetectorService

public interface ComputableTask<A,V>
Computable task. Note: If implementation has mutable state, it must override equals and hashCode methods, taking into account all fields that may have any effect on computation result.
  • Method Summary

    Modifier and Type
    Method
    Description
    compute(A arg)