Package one.xingyi.optics
Interface IFold<Main,Child>
- All Known Subinterfaces:
IISO<Main,,Child> ILens<Main,,Child> IOptional<Main,,Child> ITraversal<Main,Child>
public interface IFold<Main,Child>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IFold<Collection<T>,T> voidlastN(int n) static <Main,Child>
IFold<Main,Child> static <Main,Child>
IFold<Main,Child> ofWithoutNulls(Function<Main, Stream<Child>> allFn) unique()