Class IO.Pure<T>

java.lang.Object
com.github.tonivade.purefun.monad.IO.Pure<T>
All Implemented Interfaces:
Applicable<IO<?>,T>, Bindable<IO<?>,T>, Effect<IO<?>,T>, Mappable<IO<?>,T>, Recoverable, Kind<IO<?>,T>, IO<T>, IOOf<T>
Enclosing interface:
IO<T>

public static final class IO.Pure<T> extends Object implements IO<T>
  • Field Details

    • value

      private final T value
  • Constructor Details

    • Pure

      private Pure(T value)
  • Method Details