Class PureIO.Pure<R,E,A>

java.lang.Object
com.github.tonivade.purefun.effect.PureIO.Pure<R,E,A>
All Implemented Interfaces:
Applicable<PureIO<R,E,?>,A>, Bindable<PureIO<R,E,?>,A>, Effect<PureIO<R,E,?>,A>, Mappable<PureIO<R,E,?>,A>, PureIO<R,E,A>, PureIOOf<R,E,A>, Kind<PureIO<R,E,?>,A>
Enclosing interface:
PureIO<R,E,A>

public static final class PureIO.Pure<R,E,A> extends Object implements PureIO<R,E,A>
  • Field Details

    • value

      private final A value
  • Constructor Details

    • Pure

      private Pure(A value)
  • Method Details