Class CallDetailsOnBoolean
java.lang.Object
org.ek9lang.compiler.phase7.support.CallDetailsOnBoolean
- All Implemented Interfaces:
BiFunction<String,
String, CallDetails>
All the focus on calling a method on Boolean that takes no arguments are returns a Boolean.
This is quite a common use (hence this class).
-
Constructor Details
-
CallDetailsOnBoolean
public CallDetailsOnBoolean()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<String,
String, CallDetails>
-