- Type Parameters:
A
- the Iterable element type
- All Implemented Interfaces:
Fn1<Iterable<A>,Iterable<A>>
, Applicative<Iterable<A>,Fn1<Iterable<A>,?>>
, Cartesian<Iterable<A>,Iterable<A>,Fn1<?,?>>
, Cocartesian<Iterable<A>,Iterable<A>,Fn1<?,?>>
, Contravariant<Iterable<A>,Profunctor<?,Iterable<A>,Fn1<?,?>>>
, Functor<Iterable<A>,Fn1<Iterable<A>,?>>
, Profunctor<Iterable<A>,Iterable<A>,Fn1<?,?>>
, Monad<Iterable<A>,Fn1<Iterable<A>,?>>
, MonadReader<Iterable<A>,Iterable<A>,Fn1<Iterable<A>,?>>
, MonadRec<Iterable<A>,Fn1<Iterable<A>,?>>
, MonadWriter<Iterable<A>,Iterable<A>,Fn1<Iterable<A>,?>>
Deprecated.
Force a full iteration of an
Iterable
, presumably to perform any side-effects contained therein. Returns the
Iterable
back.
-
Field Summary
Fields
private static final Force<?>
-
Constructor Summary
Constructors
-
Method Summary
Deprecated.
Invoke this function with the given argument, potentially throwing any
Throwable
.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jnape.palatable.lambda.functions.Fn1
andThen, apply, carry, cartesian, censor, choose, cocartesian, compose, contraMap, diMap, diMapL, diMapR, discardL, discardR, flatMap, fmap, lazyZip, listens, local, pure, self, thunk, toFunction, trampolineM, widen, zip, zip
Methods inherited from interface com.jnape.palatable.lambda.functor.Functor
coerce
-
Field Details
-
INSTANCE
private static final Force<?> INSTANCE
Deprecated.
-
Constructor Details
-
Force
private Force()
Deprecated.
-
Method Details
-
checkedApply
Deprecated.
Description copied from interface: Fn1
Invoke this function with the given argument, potentially throwing any
Throwable
.
- Specified by:
checkedApply
in interface Fn1<Iterable<A>,Iterable<A>>
- Parameters:
as
- the argument
- Returns:
- the result of the function application
-
force
public static <A> Force<A> force()
Deprecated.
-
traversing
into anIO
and running it