Interface RealmsUtil.RealmsIoConsumer
- All Superinterfaces:
RealmsUtil.RealmsIoFunction<Void>
- Enclosing class:
RealmsUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface RealmsUtil.RealmsIoConsumer
extends RealmsUtil.RealmsIoFunction<Void>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(RealmsClient client) default Voidapply(RealmsClient client)
-
Method Details
-
accept
- Throws:
RealmsServiceException
-
apply
- Specified by:
applyin interfaceRealmsUtil.RealmsIoFunction<Void>- Throws:
RealmsServiceException
-