| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.supplier |
各种类型的Provider接口工具。
|
| 限定符和类型 | 方法和说明 |
|---|---|
default TypeSupplier |
TypeSupplier.afterOther(TypeSupplier other)
将当前 TypeSupplier 串联到 other 的后面,如果当前TypeSupplier的 test 方法返回 false 就会执行后面那个。
|
default TypeSupplier |
TypeSupplier.beforeOther(TypeSupplier other)
将当前 TypeSupplier 串联到 other 的前面,如果 other 的 test 方法返回 false 就会执行当前这个。
|
| 限定符和类型 | 方法和说明 |
|---|---|
default TypeSupplier |
TypeSupplier.afterOther(TypeSupplier other)
将当前 TypeSupplier 串联到 other 的后面,如果当前TypeSupplier的 test 方法返回 false 就会执行后面那个。
|
default TypeSupplier |
TypeSupplier.beforeOther(TypeSupplier other)
将当前 TypeSupplier 串联到 other 的前面,如果 other 的 test 方法返回 false 就会执行当前这个。
|
Copyright © 2021–2022. All rights reserved.