Class Into<A,B,C>
java.lang.Object
com.jnape.palatable.lambda.functions.builtin.fn2.Into<A,B,C>
- Type Parameters:
A
- the first argument typeB
- the second argument typeC
- the result type
- All Implemented Interfaces:
Fn1<Fn2<? super A,
,? super B, ? extends C>, Fn1<Map.Entry<A, B>, C>> Fn2<Fn2<? super A,
,? super B, ? extends C>, Map.Entry<A, B>, C> Applicative<Fn1<Map.Entry<A,
,B>, C>, Fn1<Fn2<? super A, ? super B, ? extends C>, ?>> Cartesian<Fn2<? super A,
,? super B, ? extends C>, Fn1<Map.Entry<A, B>, C>, Fn1<?, ?>> Cocartesian<Fn2<? super A,
,? super B, ? extends C>, Fn1<Map.Entry<A, B>, C>, Fn1<?, ?>> Contravariant<Fn2<? super A,
,? super B, ? extends C>, Profunctor<?, Fn1<Map.Entry<A, B>, C>, Fn1<?, ?>>> Functor<Fn1<Map.Entry<A,
,B>, C>, Fn1<Fn2<? super A, ? super B, ? extends C>, ?>> Profunctor<Fn2<? super A,
,? super B, ? extends C>, Fn1<Map.Entry<A, B>, C>, Fn1<?, ?>> Monad<Fn1<Map.Entry<A,
,B>, C>, Fn1<Fn2<? super A, ? super B, ? extends C>, ?>> MonadReader<Fn2<? super A,
,? super B, ? extends C>, Fn1<Map.Entry<A, B>, C>, Fn1<Fn2<? super A, ? super B, ? extends C>, ?>> MonadRec<Fn1<Map.Entry<A,
,B>, C>, Fn1<Fn2<? super A, ? super B, ? extends C>, ?>> MonadWriter<Fn2<? super A,
? super B, ? extends C>, Fn1<Map.Entry<A, B>, C>, Fn1<Fn2<? super A, ? super B, ? extends C>, ?>>
-
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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Into
private Into()
-
-
Method Details
-
checkedApply
- Specified by:
checkedApply
in interfaceFn2<A,
B, C>
-
into
-
into
-
into
-