| Package | Description |
|---|---|
| me.lucko.helper.event.functional | |
| me.lucko.helper.event.functional.merged | |
| me.lucko.helper.event.functional.protocol | |
| me.lucko.helper.event.functional.single |
| Modifier and Type | Method and Description |
|---|---|
static ExpiryTestStage |
ExpiryTestStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpiryTestStage[] |
ExpiryTestStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MergedSubscriptionBuilder<T> |
MergedSubscriptionBuilder.expireIf(BiPredicate<MergedSubscription<T>,T> predicate,
ExpiryTestStage... testPoints)
Add a expiry predicate.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolSubscriptionBuilder |
ProtocolSubscriptionBuilder.expireIf(BiPredicate<ProtocolSubscription,com.comphenix.protocol.events.PacketEvent> predicate,
ExpiryTestStage... testPoints)
Add a expiry predicate.
|
| Modifier and Type | Method and Description |
|---|---|
SingleSubscriptionBuilder<T> |
SingleSubscriptionBuilder.expireIf(BiPredicate<SingleSubscription<T>,T> predicate,
ExpiryTestStage... testPoints)
Add a expiry predicate.
|
Copyright © 2022. All rights reserved.