Interface IntoSelf<T extends IntoSelf<T>>

  • All Superinterfaces:
    Into<T>
    All Known Implementing Classes:
    Condition

    public interface IntoSelf<T extends IntoSelf<T>>
    extends Into<T>