Uses of Interface
manifold.collections.api.range.Sequential
-
Packages that use Sequential Package Description manifold.collections.api.range -
-
Uses of Sequential in manifold.collections.api.range
Classes in manifold.collections.api.range with type parameters of type Sequential Modifier and Type Class Description classRangeFun.Closed.From_Seq<E extends Sequential<E,S,U>,S,U>interfaceSequential<E extends Sequential<E,S,U>,S,U>ImplementSequentialif the set of possible instances of your type are a sequence, whereby given an arbitrary instance of the type and some step or increment value, the next instance can be computed.classSequentialRange<E extends Sequential<E,S,U>,S,U>Methods in manifold.collections.api.range with type parameters of type Sequential Modifier and Type Method Description <E extends Sequential<E,S,U>,S,U>
RangeFun.Closed.From_Seq<E,S,U>RangeFun.Closed. postfixBind(E sequential)Sequential
-