Class Tupler2<A,B>
java.lang.Object
com.jnape.palatable.lambda.functions.builtin.fn2.Tupler2<A,B>
- Type Parameters:
A
- The type of the first value; also the first slot type of returned Tuple2B
- The type of the second value; also the second slot type of returned Tuple2
- All Implemented Interfaces:
Fn1<A,
,Fn1<B, Tuple2<A, B>>> Fn2<A,
,B, Tuple2<A, B>> Applicative<Fn1<B,
,Tuple2<A, B>>, Fn1<A, ?>> Cartesian<A,
,Fn1<B, Tuple2<A, B>>, Fn1<?, ?>> Cocartesian<A,
,Fn1<B, Tuple2<A, B>>, Fn1<?, ?>> Contravariant<A,
,Profunctor<?, Fn1<B, Tuple2<A, B>>, Fn1<?, ?>>> Functor<Fn1<B,
,Tuple2<A, B>>, Fn1<A, ?>> Profunctor<A,
,Fn1<B, Tuple2<A, B>>, Fn1<?, ?>> Monad<Fn1<B,
,Tuple2<A, B>>, Fn1<A, ?>> MonadReader<A,
,Fn1<B, Tuple2<A, B>>, Fn1<A, ?>> MonadRec<Fn1<B,
,Tuple2<A, B>>, Fn1<A, ?>> MonadWriter<A,
Fn1<B, Tuple2<A, B>>, Fn1<A, ?>>
Creates a
Tuple2
from two values.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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, carry, cartesian, censor, choose, cocartesian, diMap, diMapR, discardL, flatMap, fmap, lazyZip, listens, local, pure, self, thunk, toFunction, trampolineM, zip, zip