dartz_unsafe library

Functions

forEach<A>(FoldableOps<dynamic, A> foldable, void sideEffect(A a)) → void
unsafeConveyIO<A>(Conveyor<Free<IOOp, dynamic>, A> conveyor) Future<Either<Object, IList<A>>>
unsafeIOInterpreter(IOOp io) Future
unsafePerformIO<A>(Free<IOOp, A> io) Future<A>
unwrapFileRef(FileRef ref) Future<RandomAccessFile>