接口 BranchBuilder<P,​T>


  • public interface BranchBuilder<P,​T>
    作者:
    BiJi'an
    Description:
    Date:
    2022/01/01
    • 方法详细资料

      • then

        Branch<P,​T> then​(java.util.function.Function<P,​T> factory)
        参数:
        factory - factory
        返回:
        io.github.kylinhunter.commons.tools.select.Branch
        Description:
        Date:
        2022/01/01 4:49 下午
        Title:
      • then

        default Branch<P,​T> then​(T value)
        参数:
        value - value
        返回:
        io.github.kylinhunter.commons.tools.select.Branch
        Description:
        Date:
        2022/01/01 4:50 下午
        Title:
      • of

        static <P,​T> BranchBuilder<P,​T> of​(java.util.function.Predicate<P> tester)
        参数:
        tester - tester
        返回:
        io.github.kylinhunter.commons.tools.select.BranchBuilder
        Description:
        Date:
        2022/01/01 4:50 下午
        Title: