addEntryAfter

Adds an entry after the specified existing entry in the entries list.

Author

fzzyhmstrs

Since

0.6.5

Parameters

entry

BiFunctionEntry> - builder for the entry to add. Fzzy Config is built on a "lazy-as-possible" paradigm, so the entries themselves aren't passed here.

after

Entry the entry to insert the new entry after