Uses of Interface
one.xingyi.optics.IFold
Packages that use IFold
-
Uses of IFold in one.xingyi.optics
Subinterfaces of IFold in one.xingyi.opticsModifier and TypeInterfaceDescriptioninterfaceIISO<Main,Child> interfaceILens<Main,Child> interfaceIOptional<Main,Child> interfaceITraversal<Main,Child> Methods in one.xingyi.optics that return IFoldModifier and TypeMethodDescriptionstatic <T> IFold<Collection<T>,T> IFold.collectionFold()IFold.lastN(int n) static <Main,Child>
IFold<Main,Child> static <Main,Child>
IFold<Main,Child> IFold.ofWithoutNulls(Function<Main, Stream<Child>> allFn) IFold.unique()Methods in one.xingyi.optics with parameters of type IFold