Uses of Class
com.jnape.palatable.lambda.adt.hlist.Tuple3
Packages that use Tuple3
Package
Description
-
Uses of Tuple3 in com.jnape.palatable.lambda.adt.choice
Methods in com.jnape.palatable.lambda.adt.choice that return Tuple3 -
Uses of Tuple3 in com.jnape.palatable.lambda.adt.hlist
Subclasses with type arguments of type Tuple3 in com.jnape.palatable.lambda.adt.hlistModifier and TypeClassDescriptionclassTuple4<_1,_2, _3, _4> A 4-element tuple product type, implemented as a specialized HList.Classes in com.jnape.palatable.lambda.adt.hlist that implement interfaces with type arguments of type Tuple3Modifier and TypeClassDescriptionclassTuple3<_1,_2, _3> A 3-element tuple product type, implemented as a specialized HList.classTuple3<_1,_2, _3> A 3-element tuple product type, implemented as a specialized HList.classTuple3<_1,_2, _3> A 3-element tuple product type, implemented as a specialized HList.Methods in com.jnape.palatable.lambda.adt.hlist with type parameters of type Tuple3Modifier and TypeMethodDescription<_3Prime, App extends Applicative<?,App>, TravB extends Traversable<_3Prime, Tuple3<_1, _2, ?>>, AppTrav extends Applicative<TravB, App>>
AppTravTuple3.traverse(Fn1<? super _3, ? extends Applicative<_3Prime, App>> fn, Fn1<? super TravB, ? extends AppTrav> pure) Applyfnto each element of this traversable from left to right, and collapse the results into a single resulting applicative, potentially with the assistance of the applicative's pure function.Methods in com.jnape.palatable.lambda.adt.hlist that return Tuple3Modifier and TypeMethodDescriptionDually map covariantly over both the left and right parameters.Covariantly map over the left parameter.Covariantly map over the right parameter.Tuple2.cons(_0 _0) Cons an element onto the front of this HList.Tuple3.discardL(Applicative<_3Prime, Tuple3<_1, _2, ?>> appB) Sequence both thisApplicativeandappB, discarding thisApplicative'sresult and returningappB.Tuple3.discardR(Applicative<_3Prime, Tuple3<_1, _2, ?>> appB) Sequence both thisApplicativeandappB, discardingappB'sresult and returning thisApplicative.static <A> Tuple3<A, A, A> Tuple3.fill(A a) Given a value of typeA, produced an instance of this tuple with each slot set to that value.Chain dependent computations that may continue or short-circuit based on previous results.Covariantly transmute this functor's parameter using the given mapping function.Tuple4.init()Tuple3.invert()Rotate the first two slots of this product.Tuple3.pure(_3Prime _3Prime) Lift the valuebinto this applicative functor.Tuple3.rotateL3()Rotate the first three values of this product one slot to the left.Tuple3.rotateR3()Rotate the first three values of this product one slot to the right.Tuple2.snoc(_3 _3) Snoc an element onto the back of thisTuple2.Tuple3.trampolineM(Fn1<? super _3, ? extends MonadRec<RecursiveResult<_3, _3Prime>, Tuple3<_1, _2, ?>>> fn) Given some operation yielding aRecursiveResultinside thisMonadRec, internally trampoline the operation until it yields aterminationinstruction.static <_1,_2, _3> Tuple3 <_1, _2, _3> HList.tuple(_1 _1, _2 _2, _3 _3) Static factory method for creating a 3-element HList.Given another instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Methods in com.jnape.palatable.lambda.adt.hlist that return types with arguments of type Tuple3Modifier and TypeMethodDescriptionTuple3.fromIterable(Iterable<A> as) Tuple3.lazyZip(Lazy<? extends Applicative<Fn1<? super _3, ? extends _3Prime>, Tuple3<_1, _2, ?>>> lazyAppFn) Given alazyinstance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple3.pureTuple(_1 _1, _2 _2) Method parameters in com.jnape.palatable.lambda.adt.hlist with type arguments of type Tuple3Modifier and TypeMethodDescriptionTuple3.discardL(Applicative<_3Prime, Tuple3<_1, _2, ?>> appB) Sequence both thisApplicativeandappB, discarding thisApplicative'sresult and returningappB.Tuple3.discardR(Applicative<_3Prime, Tuple3<_1, _2, ?>> appB) Sequence both thisApplicativeandappB, discardingappB'sresult and returning thisApplicative.Chain dependent computations that may continue or short-circuit based on previous results.Tuple3.lazyZip(Lazy<? extends Applicative<Fn1<? super _3, ? extends _3Prime>, Tuple3<_1, _2, ?>>> lazyAppFn) Given alazyinstance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple3.trampolineM(Fn1<? super _3, ? extends MonadRec<RecursiveResult<_3, _3Prime>, Tuple3<_1, _2, ?>>> fn) Given some operation yielding aRecursiveResultinside thisMonadRec, internally trampoline the operation until it yields aterminationinstruction.Given another instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Constructors in com.jnape.palatable.lambda.adt.hlist with parameters of type Tuple3 -
Uses of Tuple3 in com.jnape.palatable.lambda.adt.hmap
Methods in com.jnape.palatable.lambda.adt.hmap that return types with arguments of type Tuple3Modifier and TypeMethodDescriptionSchema.schema(TypeSafeKey<?, A> aKey, TypeSafeKey<?, B> bKey, TypeSafeKey<?, C> cKey) Create aSchemafrom threeTypeSafeKeys. -
Uses of Tuple3 in com.jnape.palatable.lambda.internal.iteration
Fields in com.jnape.palatable.lambda.internal.iteration with type parameters of type Tuple3Modifier and TypeFieldDescriptionRateLimitingIterable.rateLimitsRateLimitingIterator.rateLimitsRateLimitingIterator.timeSlicesByRateLimitMethods in com.jnape.palatable.lambda.internal.iteration with parameters of type Tuple3Modifier and TypeMethodDescriptionprivate voidprivate booleanConstructor parameters in com.jnape.palatable.lambda.internal.iteration with type arguments of type Tuple3