Interface Combinable<T extends Combinable<T>>


@API(status=STABLE) public interface Combinable<T extends Combinable<T>>
Super-type for all combinable types.
Since:
10/07/2022
  • Method Summary

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

    • with

      T with(T other)