java.lang.Object
com.jnape.palatable.lambda.functions.builtin.fn2.Replicate<A>
Type Parameters:
A - the output Iterable element type
All Implemented Interfaces:
Fn1<Integer,Fn1<A,Iterable<A>>>, Fn2<Integer,A,Iterable<A>>, Applicative<Fn1<A,Iterable<A>>,Fn1<Integer,?>>, Cartesian<Integer,Fn1<A,Iterable<A>>,Fn1<?,?>>, Cocartesian<Integer,Fn1<A,Iterable<A>>,Fn1<?,?>>, Contravariant<Integer,Profunctor<?,Fn1<A,Iterable<A>>,Fn1<?,?>>>, Functor<Fn1<A,Iterable<A>>,Fn1<Integer,?>>, Profunctor<Integer,Fn1<A,Iterable<A>>,Fn1<?,?>>, Monad<Fn1<A,Iterable<A>>,Fn1<Integer,?>>, MonadReader<Integer,Fn1<A,Iterable<A>>,Fn1<Integer,?>>, MonadRec<Fn1<A,Iterable<A>>,Fn1<Integer,?>>, MonadWriter<Integer,Fn1<A,Iterable<A>>,Fn1<Integer,?>>

public final class Replicate<A> extends Object implements Fn2<Integer,A,Iterable<A>>
Produce an Iterable of a value n times.