Interface IntoSelf<T extends IntoSelf<T>>

  • Type Parameters:
    T - the type.
    All Superinterfaces:
    Into<T>
    All Known Implementing Classes:
    Condition

    public interface IntoSelf<T extends IntoSelf<T>>
    extends Into<T>
    An interface that describe a type that can convert itself into itself.