Interface WrappedInt

All Superinterfaces:
Wrapped<Integer>
All Known Subinterfaces:
MutableInt
All Known Implementing Classes:
MutableIntImpl, WrappedIntImpl

public sealed interface WrappedInt
extends Wrapped<Integer>
permits MutableInt, WrappedIntImpl
  • Method Summary

    Modifier and Type Method Description
    int getInt()  

    Methods inherited from interface org.monospark.remix.Wrapped

    get
  • Method Details

    • getInt

      int getInt()