Interface Xor<T extends Xor<T>>

All Known Implementing Classes:
TruthValue

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

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

    • xor

      T xor(T other)