Interface ValueReadHandle<T>

    • Method Detail

      • equals

        boolean equals​(Object obj)
        Overrides:
        equals in class Object
        Returns:
        true if obj is a ValueReadHandle referencing the exact same value accessor: same API (java.lang.invoke or java.lang.reflect), same element (same field or method), ...