Class CallDetailsOnBoolean

java.lang.Object
org.ek9lang.compiler.phase7.support.CallDetailsOnBoolean
All Implemented Interfaces:
BiFunction<String,String,CallDetails>

public class CallDetailsOnBoolean extends Object implements 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).