get<R, E> method

ZIO<R, E, IList<T>> get<R, E>()
inherited

Returns the current value.

Implementation

ZIO<R, E, A> get<R, E>() => ZIO(() => _value);