Uses of Interface
tools.common.Joinable
Packages that use Joinable
-
Uses of Joinable in tools.common
Methods in tools.common that return JoinableModifier and TypeMethodDescriptionSend a result of the first function to the next one.static <D,R> @NotNull Joinable<D, R> Create a joinable functionstatic <D,R> @NotNull Joinable<D, R> StreamUtils.toJoinable(@NotNull Function<D, R> fce) Create a joinable functionMethods in tools.common with parameters of type Joinable