Uses of Interface
one.xingyi.optics.ILens
Packages that use ILens
-
Uses of ILens in one.xingyi.optics
Subinterfaces of ILens in one.xingyi.opticsMethods in one.xingyi.optics that return ILensModifier and TypeMethodDescriptionstatic <Main,Child>
ILens<Main,Child> ILens.of(Function<Main, Child> getFn, BiFunction<Main, Child, Main> setFn) Methods in one.xingyi.optics with parameters of type ILensModifier and TypeMethodDescriptionstatic <Main,Child>
ITraversal<Main,Child> ITraversal.fromCollectionLens(ILens<Main, Collection<Child>> lens) static <Main,Child>
ITraversal<Main,Child> ITraversal.fromListLens(ILens<Main, List<Child>> lens) static <Main,Child>
ITraversal<Main,Child> ITraversal.fromStreamLens(ILens<Main, Stream<Child>> lens)