Uses of Interface
one.xingyi.optics.IOptional
-
Uses of IOptional in one.xingyi.optics
Subinterfaces of IOptional in one.xingyi.opticsMethods in one.xingyi.optics that return IOptionalModifier and TypeMethodDescriptionIOptional.chainOptional(IOptional<Child, GrandChild> t) static <Main,Child>
IOptional<Main,Child> IOptional.of(Function<Main, Optional<Child>> optGetFn, BiFunction<Main, Child, Main> optSetFn) Methods in one.xingyi.optics with parameters of type IOptionalModifier and TypeMethodDescription<GrandChild>
ITraversal<Main,GrandChild> IOptional.chainOptional(IOptional<Child, GrandChild> t)