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>
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
     
  • Method Details