Interface FacetSetDecoder


  • public interface FacetSetDecoder
    A functional interface for decoding facet set values into comparable `long` ones. You can use it by e.g. implementing a static method with the same signature and then pass it as YourClass::decode.
    WARNING: This API is experimental and might change in incompatible ways in the next release.