Interface And<T extends And<T>>

All Known Implementing Classes:
TruthValue

public interface And<T extends And<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    and(T other)
     
  • Method Details

    • and

      T and(T other)