Interface Structured

  • All Known Implementing Classes:
    PolyString
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface Structured
    Interface for properties that have inner structur, such as PolyString. This was created due to a limitation that we cannot make every structured data into a container (yet). This is a temporary solution in 3.x and 4.x. It should be gone in 5.x. Do not realy on this with any new development.
    Author:
    Radovan Semancik