Interface Or<T extends Or<T>>

All Known Implementing Classes:
TruthValue

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

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

    • or

      T or(T other)